summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
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. */