From d639ed1343058916b91e4cbd27bfd01ea9038acf Mon Sep 17 00:00:00 2001 From: MC Date: Thu, 1 Jul 2010 08:30:09 +0200 Subject: Give some feedback about fixed windows by changing their focus colour. --- config.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'config.h') 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 -- cgit v1.2.3