summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorMC <mc@hack.org>2010-07-10 01:06:26 +0200
committerMC <mc@brain.hack.org>2010-07-10 01:06:26 +0200
commitafc85d76571c41e2e3432907dc39c33273e0711b (patch)
treeade37f87b50fd8e179d85e6b1ed852f0a14e4956 /config.h
parentfa5c3e8cabb7cda02b26d4edaf3f2eb0ed1783d2 (diff)
downloadmcwm-afc85d76571c41e2e3432907dc39c33273e0711b.zip
Support setting of border colour of fixed windows from command
arguments.
Diffstat (limited to 'config.h')
-rw-r--r--config.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/config.h b/config.h
index 423ccd6..910a29a 100644
--- a/config.h
+++ b/config.h
@@ -34,13 +34,14 @@
/*
* Default colour on border for focused windows. Can be set from
- * command line with "-f color".
+ * command line with "-f colour".
*/
#define FOCUSCOL "chocolate1"
-/* Ditto for unfocused. Use "-u color". */
+/* Ditto for unfocused. Use "-u colour". */
#define UNFOCUSCOL "grey40"
+/* Ditto for fixed windows. Use "-x colour". */
#define FIXEDCOL "grey90"
/* Width of border window, in pixels. */