Mercurial > aewl
comparison config.arg.h @ 542:21a924818b61
forgot to use -tr, which actually prevents the ugly flicker (using xsetroot -solid black as root window pixmap to make this work nicely)
author | arg@mig29 |
---|---|
date | Thu, 26 Oct 2006 12:22:26 +0200 |
parents | 08d3d329270a |
children | 18b3666eae17 |
comparison
equal
deleted
inserted
replaced
541:08d3d329270a | 542:21a924818b61 |
---|---|
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 urxvtc -bg '#111111' -fg '#eeeeee' -cr '#eeeeee' +sb -fn '"FONT"'" } }, \ | 27 { .cmd = "exec urxvtc -tr -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 } }, \ |