comparison config.default.h @ 650:f3b8c71a69d4

experimental version which allows master clients being increased/decreased
author Anselm R. Garbe <arg@suckless.org>
date Fri, 05 Jan 2007 12:50:39 +0100
parents 1ed8c40dde36
children b9f4efd21473
comparison
equal deleted inserted replaced
649:d6023e0f3cf9 650:f3b8c71a69d4
17 #define STATUSBGCOLOR "#dddddd" 17 #define STATUSBGCOLOR "#dddddd"
18 #define STATUSFGCOLOR "#222222" 18 #define STATUSFGCOLOR "#222222"
19 19
20 #define MASTER 600 /* per thousand */ 20 #define MASTER 600 /* per thousand */
21 #define MODKEY Mod1Mask 21 #define MODKEY Mod1Mask
22 #define NMASTER 1 /* clients in master area */
22 #define SNAP 20 /* pixel */ 23 #define SNAP 20 /* pixel */
23 24
24 #define KEYS \ 25 #define KEYS \
25 static Key key[] = { \ 26 static Key key[] = { \
26 /* modifier key function argument */ \ 27 /* modifier key function argument */ \