about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorarg@mmvi <unknown>2006-09-26 13:30:30 +0200
committerarg@mmvi <unknown>2006-09-26 13:30:30 +0200
commitf315832f75ce9f419a2942bc29fcaa737e8b2883 (patch)
tree02b032c2723811d6b4172a7e481a72e1299d3dfe
parent97ced11e531f4e51d7ee248ae654a2b04daaad1c (diff)
downloaddwm-f315832f75ce9f419a2942bc29fcaa737e8b2883.tar.gz
small fix
-rw-r--r--config.arg.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.arg.h b/config.arg.h
index f91c722..50a9fb3 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 -font '"FONT"' -normbg '"NORMBGCOLOR"' -normfg '"NORMFGCOLOR"'" \
+			 "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 } }, \
9-09-03 16:34:03 -0300 committer Drew DeVault <sir@cmpwn.com> 2019-09-04 16:30:57 -1000 all: purge redundant underscores' href='/akspecs/aerc/commit/commands/new-account.go?h=0.3.0&id=6838c23478944a9b45df1fa9a0f432ec77423987'>6838c23 ^
2a09617 ^
6811143 ^

6838c23 ^
a98824a ^
0771eaf ^

6811143 ^
937b33c ^
0771eaf ^





6811143 ^


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