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:
97ced11
)
small fix
author
arg@mmvi
<unknown>
Tue, 26 Sep 2006 11:30:30 +0000
(13:30 +0200)
committer
arg@mmvi
<unknown>
Tue, 26 Sep 2006 11:30:30 +0000
(13:30 +0200)
config.arg.h
patch
|
blob
|
history
diff --git
a/config.arg.h
b/config.arg.h
index f91c7223396b58d860aed54b5b9ae760e8cd82d2..50a9fb39337fcc7152bb6705b7cbe41a18162230 100644
(file)
--- a/
config.arg.h
+++ b/
config.arg.h
@@
-29,7
+29,7
@@
static Key key[] = { \
{ MODKEY, XK_p, spawn, \
{ .cmd = "exe=\"$(IFS=:; for dir in $PATH; do " \
"for file in \"$dir\"/*; do [ -x \"$file\" ] && echo \"${file##*/}\"; done; " \
- "done | sort -u | dmenu -font '"FONT"' -normbg '"NORMBGCOLOR"' -normfg '"NORMFGCOLOR"'" \
+ "done | sort -u | dmenu -font '"FONT"' -normbg '"NORMBGCOLOR"' -normfg '"NORMFGCOLOR"'
" \
"-selbg '"SELBGCOLOR"' -selfg '"SELFGCOLOR"')\" && exec $exe" } }, \
{ MODKEY, XK_j, focusnext, { 0 } }, \
{ MODKEY, XK_k, focusprev, { 0 } }, \