summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xconfig.def.h.work4
-rwxr-xr-xconfig.def.h.x200s2
2 files changed, 5 insertions, 1 deletions
diff --git a/config.def.h.work b/config.def.h.work
index ba18890dc2dc..54ce8167e555 100755
--- a/config.def.h.work
+++ b/config.def.h.work
@@ -39,6 +39,9 @@ static const Rule rules[] = {
{ "calibre-gui", NULL, NULL, 1 << 1, True, True, 0 },
{ "PacketTracer6", NULL, NULL, 1 << 1, True, True, 0 },
{ "VirtualBox", NULL, NULL, 1 << 1, True, True, 0 },
+ { "LibreOffice", NULL, NULL, 1 << 3, False, False, 0 },
+ { "Abiword", NULL, NULL, 1 << 3, False, False, 0 },
+ { "Gnumeric", NULL, NULL, 1 << 3, False, False, 0 },
/* monitor 1 */
{ "chromium", NULL, NULL, 1 << 1, False, False, 1 },
{ "Google-chrome-beta", NULL, NULL, 1 << 1, False, False, 1 },
@@ -50,7 +53,6 @@ static const Rule rules[] = {
{ "KeePass2", NULL, NULL, 1 << 2, True, True, 1 },
{ "Corebird", NULL, NULL, 1 << 2, True, True, 1 },
{ "Spotify", NULL, NULL, 1 << 2, True, True, 1 },
- { "LibreOffice", NULL, NULL, 1 << 0, False, False, 1 },
/* everywhere */
{ "Gimp", NULL, NULL, 1 << 2, False, True, -1 },
{ "feh", NULL, NULL, 0, True, True, -1 },
diff --git a/config.def.h.x200s b/config.def.h.x200s
index 67113d05dc72..924b58d77743 100755
--- a/config.def.h.x200s
+++ b/config.def.h.x200s
@@ -49,6 +49,8 @@ static const Rule rules[] = {
{ "Corebird", NULL, NULL, 1 << 2, True, True, 0 },
{ "Spotify", NULL, NULL, 1 << 2, True, True, 0 },
{ NULL, "libreoffice", NULL, 1 << 3, False, False, 0 },
+ { NULL, "abiword", NULL, 1 << 3, False, False, 0 },
+ { NULL, "gnumeric", NULL, 1 << 3, False, False, 0 },
{ NULL, "Eclipse", NULL, 1 << 3, False, False, 0 },
{ "Gimp", NULL, NULL, 1 << 3, False, True, 0 },
{ "PacketTracer6", NULL, NULL, 1 << 3, True, True, 0 },