aboutsummaryrefslogtreecommitdiffstats
path: root/config.arg.h
diff options
context:
space:
mode:
authorarg@mig29 <unknown>2006-10-26 12:22:26 +0200
committerarg@mig29 <unknown>2006-10-26 12:22:26 +0200
commit724f35a66404efdcf6f684c8616c444c5a5801cd (patch)
tree186e1219ed5bc4b537d201f0e165c4dee0c1b432 /config.arg.h
parent6f3872edbd1842f7a632ca8e2451bcac589c9db8 (diff)
downloaddwm-724f35a66404efdcf6f684c8616c444c5a5801cd.tar.zst
forgot to use -tr, which actually prevents the ugly flicker (using xsetroot -solid black as root window pixmap to make this work nicely)
Diffstat (limited to 'config.arg.h')
-rw-r--r--config.arg.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.arg.h b/config.arg.h
index ff7e7a7..3a098cb 100644
--- a/config.arg.h
+++ b/config.arg.h
@@ -24,7 +24,7 @@ const char *tags[] = { "dev", "work", "net", "fnord", NULL };
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"' " \