comparison config.arg.h @ 739:7834ffd650d5

added TOPBAR option for making the bar appear what the user likes
author Anselm R. Garbe <arg@suckless.org>
date Thu, 08 Feb 2007 11:48:01 +0100
parents a25294eac73a
children
comparison
equal deleted inserted replaced
738:2ae946319c7b 739:7834ffd650d5
20 20
21 #define MASTER 600 /* per thousand */ 21 #define MASTER 600 /* per thousand */
22 #define MODKEY Mod1Mask 22 #define MODKEY Mod1Mask
23 #define NMASTER 1 /* clients in master area */ 23 #define NMASTER 1 /* clients in master area */
24 #define SNAP 40 /* pixel */ 24 #define SNAP 40 /* pixel */
25 #define TOPBAR True /* False */
25 26
26 #define KEYS \ 27 #define KEYS \
27 static Key key[] = { \ 28 static Key key[] = { \
28 /* modifier key function argument */ \ 29 /* modifier key function argument */ \
29 { MODKEY|ShiftMask, XK_Return, spawn, \ 30 { MODKEY|ShiftMask, XK_Return, spawn, \