oops, small bugfix in my config - dwm - dynamic window manager
 (HTM) git clone https://git.parazyd.org/dwm
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit e70139428aec871756dec03d6901478dc7c0cd39
 (DIR) parent 3d1d75a2248dc753bbc42a37b3da24311c35e03a
 (HTM) Author: Anselm R. Garbe <arg@suckless.org>
       Date:   Fri, 23 Feb 2007 11:17:07 +0100
       
       oops, small bugfix in my config
       Diffstat:
         M config.arg.h                        |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
 (DIR) diff --git 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 }, \