Xinqi Bao's Git
projects
/
dwm.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
raw
|
inline
| side by side
well I agree to several people claiming h/j/k/l is the better default than Tab/S...
[dwm.git]
/
config.arg.h
diff --git
a/config.arg.h
b/config.arg.h
index
7452a2f
..
baea74c
100644
(file)
--- 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, \
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, \
{ MODKEY|ShiftMask, XK_Return, spawn, \
- "exec urxvtcd -tr -bg '#2
92929
' -fg '#eee' -cr '#eee' +sb -fn '"FONT"'" }, \
+ "exec urxvtcd -tr -bg '#2
22
' -fg '#eee' -cr '#eee' +sb -fn '"FONT"'" }, \
{ MODKEY, XK_space, setlayout, NULL }, \
{ MODKEY, XK_d, incnmaster, "-1" }, \
{ MODKEY, XK_i, incnmaster, "1" }, \
{ MODKEY, XK_space, setlayout, NULL }, \
{ MODKEY, XK_d, incnmaster, "-1" }, \
{ MODKEY, XK_i, incnmaster, "1" }, \