summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorMC <mc@hack.org>2010-07-01 08:30:09 +0200
committerMC <mc@hack.org>2010-07-01 08:30:09 +0200
commitd639ed1343058916b91e4cbd27bfd01ea9038acf (patch)
tree8da6404425bcc94c0180fe77bc7fa088d609adae /config.h
parent221217e9e1fffcf95271f509a4b138ad1ee1b7d9 (diff)
downloadmcwm-d639ed1343058916b91e4cbd27bfd01ea9038acf.zip
Give some feedback about fixed windows by changing their focus colour.
Diffstat (limited to 'config.h')
-rw-r--r--config.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/config.h b/config.h
index 9a3a93b..923425c 100644
--- a/config.h
+++ b/config.h
@@ -41,6 +41,8 @@
/* Ditto for unfocused. Use "-u color". */
#define UNFOCUSCOL "grey40"
+#define FIXEDCOL "red"
+
/* Width of border window, in pixels. */
#define BORDERWIDTH 1