dwm-meillo

diff config.arg.h @ 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 62145595dba9
children 2d8af0d7920d
line diff
     1.1 --- a/config.arg.h	Tue Sep 12 10:57:28 2006 +0200
     1.2 +++ b/config.arg.h	Tue Sep 12 19:09:04 2006 +0200
     1.3 @@ -29,7 +29,7 @@
     1.4  	{ MODKEY,			XK_p,		spawn, \
     1.5  		{ .cmd = "exe=\"$(IFS=:; for dir in $PATH; do " \
     1.6  			 "for file in \"$dir\"/*; do [ -x \"$file\" ] && echo \"${file##*/}\"; done; " \
     1.7 -			 "done | sort -u | dmenu)\" && exec \"$exe\"" } }, \
     1.8 +			 "done | sort -u | dmenu)\" && exec $exe" } }, \
     1.9  	{ MODKEY,			XK_j,		focusnext,	{ 0 } }, \
    1.10  	{ MODKEY,			XK_k,		focusprev,	{ 0 } }, \
    1.11  	{ MODKEY,			XK_Return,	zoom,		{ 0 } }, \