comparison config.arg.h @ 652:98ce3aeb9df0

I prefer two master windows by default
author Anselm R. Garbe <arg@suckless.org>
date Fri, 05 Jan 2007 14:49:18 +0100
parents b9f4efd21473
children 99bc71d78a95
comparison
equal deleted inserted replaced
651:b9f4efd21473 652:98ce3aeb9df0
17 #define STATUSBGCOLOR "#222222" 17 #define STATUSBGCOLOR "#222222"
18 #define STATUSFGCOLOR "#99ccff" 18 #define STATUSFGCOLOR "#99ccff"
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 NMASTER 2 /* clients in master area */
23 #define SNAP 40 /* pixel */ 23 #define SNAP 40 /* pixel */
24 24
25 #define KEYS \ 25 #define KEYS \
26 static Key key[] = { \ 26 static Key key[] = { \
27 /* modifier key function argument */ \ 27 /* modifier key function argument */ \