comparison config.arg.h @ 291:8e6e0aa5e2ae

removed NUMLOCKMASK, added dynamically calculated numlockmask instead
author Anselm R.Garbe <arg@10ksloc.org>
date Mon, 14 Aug 2006 19:18:02 +0200
parents 5f5c56e104de
children 0788e46843c0
comparison
equal deleted inserted replaced
290:5c3b8c5286f5 291:8e6e0aa5e2ae
11 #define FONT "-*-terminus-medium-*-*-*-12-*-*-*-*-*-iso10646-*" 11 #define FONT "-*-terminus-medium-*-*-*-12-*-*-*-*-*-iso10646-*"
12 #define BGCOLOR "#0d121d" 12 #define BGCOLOR "#0d121d"
13 #define FGCOLOR "#eeeeee" 13 #define FGCOLOR "#eeeeee"
14 #define BORDERCOLOR "#3f484d" 14 #define BORDERCOLOR "#3f484d"
15 #define MODKEY Mod1Mask 15 #define MODKEY Mod1Mask
16 #define NUMLOCKMASK Mod2Mask
17 #define MASTERW 60 /* percent */ 16 #define MASTERW 60 /* percent */
18 17
19 #define KEYS \ 18 #define KEYS \
20 static Key key[] = { \ 19 static Key key[] = { \
21 /* modifier key function arguments */ \ 20 /* modifier key function arguments */ \