oops, small bugfix in my config

This commit is contained in:
Anselm R. Garbe 2007-02-23 11:17:07 +01:00
parent 3d1d75a224
commit e70139428a
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ static Key key[] = { \
/* modifier key function argument */ \
{ MODKEY, XK_p, spawn, \
"exe=`dmenu_path | dmenu -fn '"FONT"' -nb '"NORMBGCOLOR"' -nf '"NORMFGCOLOR"'" \
" '"SELBGCOLOR"' -sf '"SELFGCOLOR"'` && exec $exe" }, \
" -sb '"SELBGCOLOR"' -sf '"SELFGCOLOR"'` && exec $exe" }, \
{ MODKEY|ShiftMask, XK_Return, spawn, \
"exec urxvtcd -tr -bg '#222' -fg '#eee' -cr '#eee' +sb -fn '"FONT"'" }, \
{ MODKEY, XK_space, setlayout, NULL }, \