about summary refs log tree commit diff stats
path: root/config.arg.h
diff options
context:
space:
mode:
authorAnselm R. Garbe <arg@suckless.org>2007-02-23 10:40:32 +0100
committerAnselm R. Garbe <arg@suckless.org>2007-02-23 10:40:32 +0100
commit0ea0343a631b62f2a9d9c5b279d3e368ec47c28a (patch)
tree7199797d3345e1346d157303708025e65fde3b88 /config.arg.h
parent338c0838580b32f1258a800392d93cf973baf1e6 (diff)
downloaddwm-0ea0343a631b62f2a9d9c5b279d3e368ec47c28a.tar.gz
well I agree to several people claiming h/j/k/l is the better default than Tab/S-Tab/g/s for focus and master resizing
Diffstat (limited to 'config.arg.h')
-rw-r--r--config.arg.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/config.arg.h b/config.arg.h
index 7452a2f..baea74c 100644
--- a/config.arg.h
+++ b/config.arg.h
@@ -42,11 +42,10 @@ static Layout layout[] = { \
 static Key key[] = { \
 	/* modifier			key		function	argument */ \
 	{ MODKEY,			XK_p,		spawn, \
-		"exe=\"$(lsx `echo $PATH | sed 's/:/ /g'` | sort -u " \
-		" | dmenu -fn '"FONT"' -nb '"NORMBGCOLOR"' -nf '"NORMFGCOLOR"' " \
-		"-sb '"SELBGCOLOR"' -sf '"SELFGCOLOR"')\" && exec $exe" }, \
+		"exe=`dmenu_path | dmenu -fn '"FONT"' -nb '"NORMBGCOLOR"' -nf '"NORMFGCOLOR"'" \
+		" '"SELBGCOLOR"' -sf '"SELFGCOLOR"'` && exec $exe" }, \
 	{ MODKEY|ShiftMask,		XK_Return,	spawn, \
-		"exec urxvtcd -tr -bg '#292929' -fg '#eee' -cr '#eee' +sb -fn '"FONT"'" }, \
+		"exec urxvtcd -tr -bg '#222' -fg '#eee' -cr '#eee' +sb -fn '"FONT"'" }, \
 	{ MODKEY,			XK_space,	setlayout,	NULL }, \
 	{ MODKEY,			XK_d,		incnmaster,	"-1" }, \
 	{ MODKEY,			XK_i,		incnmaster,	"1" }, \