diff options
author | MC <mc@hack.org> | 2010-07-01 08:30:09 +0200 |
---|---|---|
committer | MC <mc@hack.org> | 2010-07-01 08:30:09 +0200 |
commit | d639ed1343058916b91e4cbd27bfd01ea9038acf (patch) | |
tree | 8da6404425bcc94c0180fe77bc7fa088d609adae /config.h | |
parent | 221217e9e1fffcf95271f509a4b138ad1ee1b7d9 (diff) | |
download | mcwm-d639ed1343058916b91e4cbd27bfd01ea9038acf.zip |
Give some feedback about fixed windows by changing their focus colour.
Diffstat (limited to 'config.h')
-rw-r--r-- | config.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |