diff options
author | MC <mc@hack.org> | 2010-07-10 01:06:26 +0200 |
---|---|---|
committer | MC <mc@brain.hack.org> | 2010-07-10 01:06:26 +0200 |
commit | afc85d76571c41e2e3432907dc39c33273e0711b (patch) | |
tree | ade37f87b50fd8e179d85e6b1ed852f0a14e4956 /config.h | |
parent | fa5c3e8cabb7cda02b26d4edaf3f2eb0ed1783d2 (diff) | |
download | mcwm-afc85d76571c41e2e3432907dc39c33273e0711b.zip |
Support setting of border colour of fixed windows from command
arguments.
Diffstat (limited to 'config.h')
-rw-r--r-- | config.h | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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. */ |