From 0ea0343a631b62f2a9d9c5b279d3e368ec47c28a Mon Sep 17 00:00:00 2001 From: "Anselm R. Garbe" Date: Fri, 23 Feb 2007 10:40:32 +0100 Subject: 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 --- config.arg.h | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'config.arg.h') 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" }, \ -- cgit v1.2.3