about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAnselm R. Garbe <arg@suckless.org>2007-02-23 11:17:07 +0100
committerAnselm R. Garbe <arg@suckless.org>2007-02-23 11:17:07 +0100
commite70139428aec871756dec03d6901478dc7c0cd39 (patch)
tree875da77942262fbb665ea65ddd760bab8d1883dc
parent3d1d75a2248dc753bbc42a37b3da24311c35e03a (diff)
downloaddwm-e70139428aec871756dec03d6901478dc7c0cd39.tar.gz
oops, small bugfix in my config
-rw-r--r--config.arg.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.arg.h b/config.arg.h
index baea74c..457b7c2 100644
--- a/config.arg.h
+++ b/config.arg.h
@@ -43,7 +43,7 @@ static Key key[] = { \
 	/* modifier			key		function	argument */ \
 	{ MODKEY,			XK_p,		spawn, \
 		"exe=`dmenu_path | dmenu -fn '"FONT"' -nb '"NORMBGCOLOR"' -nf '"NORMFGCOLOR"'" \
-		" '"SELBGCOLOR"' -sf '"SELFGCOLOR"'` && exec $exe" }, \
+		" -sb '"SELBGCOLOR"' -sf '"SELFGCOLOR"'` && exec $exe" }, \
 	{ MODKEY|ShiftMask,		XK_Return,	spawn, \
 		"exec urxvtcd -tr -bg '#222' -fg '#eee' -cr '#eee' +sb -fn '"FONT"'" }, \
 	{ MODKEY,			XK_space,	setlayout,	NULL }, \
/a>
a7e66bc ^

50871fc ^

16842fa ^



50871fc ^















16842fa ^


50871fc ^












f0a905d ^
b34b873 ^


a7e66bc ^


b34b873 ^

bfa2918 ^
6849d7f ^
b34b873 ^
f755d1d ^

7552361 ^
72441e4 ^


7552361 ^
f755d1d ^












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