From: Anselm R. Garbe Date: Fri, 23 Feb 2007 10:17:07 +0000 (+0100) Subject: oops, small bugfix in my config X-Git-Url: https://jasonwoof.com/gitweb/?p=dwm.git;a=commitdiff_plain;h=e70139428aec871756dec03d6901478dc7c0cd39 oops, small bugfix in my config --- diff --git a/config.arg.h b/config.arg.h index baea74c..457b7c2 100644 --- a/config.arg.h +++ b/config.arg.h @@ -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 }, \