about summary refs log tree commit diff stats
path: root/config.arg.h
diff options
context:
space:
mode:
authorAnselm R. Garbe <arg@10kloc.org>2006-09-12 19:09:04 +0200
committerAnselm R. Garbe <arg@10kloc.org>2006-09-12 19:09:04 +0200
commit529be52fea06151df1f0056ae6f7bfedf819d107 (patch)
tree31669ad78c5d2490d2de699edb61a149ed74a2c5 /config.arg.h
parentca65478c8968434c78aacf4a102ccbbe4a66ad9e (diff)
downloaddwm-529be52fea06151df1f0056ae6f7bfedf819d107.tar.gz
fixed executing of dmenu output to handle args correctly
Diffstat (limited to 'config.arg.h')
-rw-r--r--config.arg.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.arg.h b/config.arg.h
index 0ed8c74..9bb581e 100644
--- 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 } }, \
colorschemes work' href='/akspecs/ranger/commit/doc/colorschemes.txt?h=v1.1.0&id=efdc7b16e9f422f2d95271e6d4bf64dd9a03ea33'>efdc7b16 ^
a8f9cf2c ^

efdc7b16 ^


















a8f9cf2c ^

efdc7b16 ^














1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101