diff options
-rw-r--r-- | config-desktop.h | 2 | ||||
-rw-r--r-- | 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[] = { |