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:
ca65478
)
fixed executing of dmenu output to handle args correctly
author
Anselm R. Garbe
<arg@10kloc.org>
Tue, 12 Sep 2006 17:09:04 +0000
(19:09 +0200)
committer
Anselm R. Garbe
<arg@10kloc.org>
Tue, 12 Sep 2006 17:09:04 +0000
(19:09 +0200)
config.arg.h
patch
|
blob
|
history
diff --git
a/config.arg.h
b/config.arg.h
index 0ed8c74bd277f00a7ec3217e54bcb44d738f03f7..9bb581e89400fac3fa6d897d29c6cbf51f3995e4 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)\" && exec
\"$exe\"
" } }, \
+ "done | sort -u | dmenu)\" && exec
$exe
" } }, \
{ MODKEY, XK_j, focusnext, { 0 } }, \
{ MODKEY, XK_k, focusprev, { 0 } }, \
{ MODKEY, XK_Return, zoom, { 0 } }, \