projects
/
suckless
/
dwm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3d1d75a
)
oops, small bugfix in my config
author
Anselm R. Garbe
<arg@suckless.org>
Fri, 23 Feb 2007 10:17:07 +0000
(11:17 +0100)
committer
Anselm R. Garbe
<arg@suckless.org>
Fri, 23 Feb 2007 10:17:07 +0000
(11:17 +0100)
config.arg.h
patch
|
blob
|
history
diff --git
a/config.arg.h
b/config.arg.h
index baea74cf36b7921a01c7c972560e6a1406efe1d9..457b7c2de9e2137fe5acc6da3032413827885498 100644
(file)
--- 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 }, \