Mercurial > dwm-meillo
changeset 462:3ff8e8ef35a3
fixed executing of dmenu output to handle args correctly
author | Anselm R. Garbe <arg@10kloc.org> |
---|---|
date | Tue, 12 Sep 2006 19:09:04 +0200 |
parents | 9d23330a5268 |
children | e93b0ad5aeb5 |
files | config.arg.h |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/config.arg.h Tue Sep 12 10:57:28 2006 +0200 +++ b/config.arg.h Tue Sep 12 19:09:04 2006 +0200 @@ -29,7 +29,7 @@ { 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 } }, \