comparison config.arg.h @ 541:08d3d329270a

using MASTER 600 again, it is definately better, and using urxvtc for the moment (it doesn't flickers on refreshes, but this is not because of Marc Lehmann, it is because of the original rxvt code)
author arg@mig29
date Thu, 26 Oct 2006 12:13:41 +0200
parents 14e95221268b
children 21a924818b61
comparison
equal deleted inserted replaced
540:14e95221268b 541:08d3d329270a
15 #define SELBGCOLOR "#333366" 15 #define SELBGCOLOR "#333366"
16 #define SELFGCOLOR "#eeeeee" 16 #define SELFGCOLOR "#eeeeee"
17 #define STATUSBGCOLOR "#222222" 17 #define STATUSBGCOLOR "#222222"
18 #define STATUSFGCOLOR "#9999cc" 18 #define STATUSFGCOLOR "#9999cc"
19 19
20 #define MASTER 550 /* per thousand */ 20 #define MASTER 600 /* per thousand */
21 #define MODKEY Mod1Mask 21 #define MODKEY Mod1Mask
22 22
23 #define KEYS \ 23 #define KEYS \
24 static Key key[] = { \ 24 static Key key[] = { \
25 /* modifier key function arguments */ \ 25 /* modifier key function arguments */ \
26 { MODKEY|ShiftMask, XK_Return, spawn, \ 26 { MODKEY|ShiftMask, XK_Return, spawn, \
27 { .cmd = "exec uxterm -bg '#111111' -fg '#eeeeee' -cr '#eeeeee' +sb -fn '"FONT"'" } }, \ 27 { .cmd = "exec urxvtc -bg '#111111' -fg '#eeeeee' -cr '#eeeeee' +sb -fn '"FONT"'" } }, \
28 { MODKEY, XK_p, spawn, \ 28 { MODKEY, XK_p, spawn, \
29 { .cmd = "exe=\"$(lsx `echo $PATH | sed 's/:/ /g'` | sort -u " \ 29 { .cmd = "exe=\"$(lsx `echo $PATH | sed 's/:/ /g'` | sort -u " \
30 " | dmenu -font '"FONT"' -normbg '"NORMBGCOLOR"' -normfg '"NORMFGCOLOR"' " \ 30 " | dmenu -font '"FONT"' -normbg '"NORMBGCOLOR"' -normfg '"NORMFGCOLOR"' " \
31 "-selbg '"SELBGCOLOR"' -selfg '"SELFGCOLOR"')\" && exec $exe" } }, \ 31 "-selbg '"SELBGCOLOR"' -selfg '"SELFGCOLOR"')\" && exec $exe" } }, \
32 { MODKEY, XK_j, focusnext, { 0 } }, \ 32 { MODKEY, XK_j, focusnext, { 0 } }, \