Mercurial > dwm-meillo
changeset 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 | 722cffee3770 |
files | config.arg.h |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/config.arg.h Thu Oct 26 12:13:41 2006 +0200 +++ b/config.arg.h Thu Oct 26 12:22:26 2006 +0200 @@ -24,7 +24,7 @@ static Key key[] = { \ /* modifier key function arguments */ \ { MODKEY|ShiftMask, XK_Return, spawn, \ - { .cmd = "exec urxvtc -bg '#111111' -fg '#eeeeee' -cr '#eeeeee' +sb -fn '"FONT"'" } }, \ + { .cmd = "exec urxvtc -tr -fg '#eeeeee' -cr '#eeeeee' +sb -fn '"FONT"'" } }, \ { MODKEY, XK_p, spawn, \ { .cmd = "exe=\"$(lsx `echo $PATH | sed 's/:/ /g'` | sort -u " \ " | dmenu -font '"FONT"' -normbg '"NORMBGCOLOR"' -normfg '"NORMFGCOLOR"' " \