From afc85d76571c41e2e3432907dc39c33273e0711b Mon Sep 17 00:00:00 2001 From: MC Date: Sat, 10 Jul 2010 01:06:26 +0200 Subject: Support setting of border colour of fixed windows from command arguments. --- config.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'config.h') 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. */ -- cgit v1.2.3