comparison config.arg.h @ 555:c0a0245b9815

in a 1920x1200 setup 40 pixels of snap value are much better than 20
author arg@mig29
date Mon, 30 Oct 2006 12:40:10 +0100
parents 798b906378d6
children a2c465098a3b
comparison
equal deleted inserted replaced
554:1734939bceba 555:c0a0245b9815
17 #define STATUSBGCOLOR "#222222" 17 #define STATUSBGCOLOR "#222222"
18 #define STATUSFGCOLOR "#9999cc" 18 #define STATUSFGCOLOR "#9999cc"
19 19
20 #define MASTER 600 /* per thousand */ 20 #define MASTER 600 /* per thousand */
21 #define MODKEY Mod1Mask 21 #define MODKEY Mod1Mask
22 #define SNAP 20 /* pixel */ 22 #define SNAP 40 /* pixel */
23 23
24 #define KEYS \ 24 #define KEYS \
25 static Key key[] = { \ 25 static Key key[] = { \
26 /* modifier key function arguments */ \ 26 /* modifier key function arguments */ \
27 { MODKEY|ShiftMask, XK_Return, spawn, \ 27 { MODKEY|ShiftMask, XK_Return, spawn, \