summarylogtreecommitdiffstats
path: root/config.def.h.work
diff options
context:
space:
mode:
authoruleenucks2017-02-01 18:25:21 +0100
committeruleenucks2017-02-01 18:25:21 +0100
commitc8f03c1d5df36467b4de90e5f0ba0b72b1ff5d3a (patch)
tree0789386b38b8d1ffc1de677a39014346e43b857c /config.def.h.work
parent3def0960c845baf3af0ab146533e6fbddc8d54ec (diff)
downloadaur-c8f03c1d5df36467b4de90e5f0ba0b72b1ff5d3a.tar.gz
changes to the config files to respect upstreams changes,
bit of cleanup inside those too
Diffstat (limited to 'config.def.h.work')
-rwxr-xr-xconfig.def.h.work5
1 files changed, 2 insertions, 3 deletions
diff --git a/config.def.h.work b/config.def.h.work
index f44d818a69ec..4d0279d0e287 100755
--- a/config.def.h.work
+++ b/config.def.h.work
@@ -12,7 +12,7 @@ static const unsigned int snap = 32; /* snap pixel */
static const unsigned int systraypinning = 0; /* 0: sloppy systray follows selected monitor, >0: pin systray to monitor X */
static const unsigned int systrayspacing = 2; /* systray spacing */
static const Bool systraypinningfailfirst = True; /* True: if pinning fails, display systray on the first monitor, False: display systray on the last monitor*/
-static const Bool showsystray = True; /* False means no systray */
+static const Bool showsystray = True; /* True means no systray */
static const int nmaster = 2; /* number of clients in master area */
static const Bool showbar = True; /* False means no bar */
static const Bool topbar = True; /* False means bottom bar */
@@ -22,7 +22,7 @@ static const char normfgcolor[] = "#ffffff";
static const char selbordercolor[] = "#c6c6c6";
static const char selbgcolor[] = "#c6c6c6";
static const char selfgcolor[] = "#dc322f";
-static const char *colors[SchemeLast][3] = {
+static const char *colors[][3] = {
/* fg bg border */
[SchemeNorm] = { normfgcolor, normbgcolor, normbordercolor },
[SchemeSel] = { selfgcolor, selbgcolor, selbordercolor },
@@ -37,7 +37,6 @@ static const Rule rules[] = {
{ "Wine", NULL, NULL, 1 << 1, True, True, 0 },
{ "Remmina", NULL, NULL, 1 << 1, True, True, 0 },
{ "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 },