From 3e0fe57d53c8f5c4c24624364d47be188be72c77 Mon Sep 17 00:00:00 2001 From: Eduardo Pedroni Date: Wed, 19 Jul 2017 21:46:26 +0200 Subject: Change default media tag layout to monocle --- config-desktop.h | 2 +- config-laptop.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config-desktop.h b/config-desktop.h index 32645c9..ae4c4df 100644 --- a/config-desktop.h +++ b/config-desktop.h @@ -54,7 +54,7 @@ gp: E027 /* The first element is for all-tag view, following i-th element corresponds to */ /* tags[i]. Layout is referred using the layouts array index.*/ /* tags all web chat work office media win7 gp gp gp */ -static int def_layouts[1 + LENGTH(tags)] = { 0, 0, 0, 0, 2, 0, 2, 0, 0, 0 }; +static int def_layouts[1 + LENGTH(tags)] = { 0, 0, 0, 0, 2, 2, 2, 0, 0, 0 }; /* rules */ static const Rule rules[] = { diff --git a/config-laptop.h b/config-laptop.h index 535717f..a778b62 100644 --- a/config-laptop.h +++ b/config-laptop.h @@ -55,7 +55,7 @@ gp: E027 /* The first element is for all-tag view, following i-th element corresponds to */ /* tags[i]. Layout is referred using the layouts array index.*/ /* tags all web chat work office media win7 gp gp gp */ -static int def_layouts[1 + LENGTH(tags)] = { 0, 0, 0, 0, 2, 0, 2, 0, 0, 0 }; +static int def_layouts[1 + LENGTH(tags)] = { 0, 0, 0, 0, 2, 2, 2, 0, 0, 0 }; /* rules */ static const Rule rules[] = { -- cgit v1.2.3