Mercurial > hg > index.fcgi > dwm > dwm-3.6.1-12pba
comparison config.h @ 3:faa4cb9d7bd6
add TASKBAR and CLICK_TO_FOCUS
author | paulo@localhost |
---|---|
date | Thu, 23 Apr 2009 02:43:13 -0700 |
parents | ba504f41828f |
children | a54de16f8277 |
comparison
equal
deleted
inserted
replaced
1:97e753e1b09b | 2:ca3c7fd2ba2d |
---|---|
10 #define NORMFGCOLOR "#eeeeee" | 10 #define NORMFGCOLOR "#eeeeee" |
11 #define SELBORDERCOLOR "#ff0000" | 11 #define SELBORDERCOLOR "#ff0000" |
12 #define SELBGCOLOR "#222222" | 12 #define SELBGCOLOR "#222222" |
13 #define SELFGCOLOR "#00ff00" | 13 #define SELFGCOLOR "#00ff00" |
14 #define TOPBAR True /* False */ | 14 #define TOPBAR True /* False */ |
15 #define TASKBAR True /* False */ | |
16 #define CLICK_TO_FOCUS True /* False */ | |
15 | 17 |
16 /* behavior */ | 18 /* behavior */ |
17 #define SNAP 10 /* pixel */ | 19 #define SNAP 10 /* pixel */ |
18 #define TAGS \ | 20 #define TAGS \ |
19 const char *tags[] = { "1", "2", "3", "4", "5", "6", "7", "8", "9", "0", NULL }; | 21 const char *tags[] = { "1", "2", "3", "4", "5", "6", "7", "8", "9", "0", NULL }; |