about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--config.arg.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/config.arg.h b/config.arg.h
index 50a9fb3..21c95e5 100644
--- a/config.arg.h
+++ b/config.arg.h
@@ -28,8 +28,8 @@ static Key key[] = { \
 		{ .cmd = "exec uxterm -bg '#111111' -fg '#eeeeee' -cr '#eeeeee' +sb -fn '"FONT"'" } }, \
 	{ 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"' " \
+			 "for file in \"$dir\"/*; do [ -x \"$file\" ] && echo \"${file##*/}\"; done; 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 } }, \
ik Picheta <dominikpicheta@googlemail.com> 2013-05-18 17:36:57 +0100 Implemented new Nimrod website designed by @PhilipWitte.' href='/ahoang/Nim/commit/web/index.txt?h=devel&id=f081ac0e540378e4743bf81d0720e50f35a69428'>f081ac0e5 ^
1c9b4e5d3 ^

f081ac0e5 ^

1c9b4e5d3 ^
a41bf611a ^

66a7e3d37 ^


97743faa8 ^
66a7e3d37 ^

4aba7421f ^
ff3e80279 ^
66a7e3d37 ^




3f3dda5a7 ^
66a7e3d37 ^









f265c3e86 ^

66a7e3d37 ^



a41bf611a ^
ddb718548 ^
66a7e3d37 ^





053309e60 ^

66a7e3d37 ^

66a7e3d37 ^
3f3dda5a7 ^

66a7e3d37 ^






7000cf51b ^


23ef565a3 ^
71e1c8d64 ^


202d229fd ^

7c08d14cf ^
66a7e3d37 ^
66a7e3d37 ^


71e1c8d64 ^
94e8e245d ^
71e1c8d64 ^
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
102
103
104
105