Xinqi Bao's Git
projects
/
dwm.git
/ commitdiff
summary
|
log
|
commit
|
diff
|
tree
raw
|
patch
|
inline
| side by side (parent:
40a734b
)
added dmenu_run to config.h
author
anselm@anselm1 <unknown>
Sat, 22 Dec 2007 12:26:24 +0000
(12:26 +0000)
committer
anselm@anselm1 <unknown>
Sat, 22 Dec 2007 12:26:24 +0000
(12:26 +0000)
config.def.h
patch
|
blob
|
history
diff --git
a/config.def.h
b/config.def.h
index
25bf3e6
..
dedcc61
100644
(file)
--- a/
config.def.h
+++ b/
config.def.h
@@
-37,8
+37,7
@@
Layout layouts[] = {
Key keys[] = {
/* modifier key function argument */
{ MODKEY, XK_p, spawn,
Key keys[] = {
/* modifier key function argument */
{ MODKEY, XK_p, spawn,
- "exe=`dmenu_path | dmenu -fn '"FONT"' -nb '"NORMBGCOLOR"' -nf '"NORMFGCOLOR"'"
- " -sb '"SELBGCOLOR"' -sf '"SELFGCOLOR"'` && exec $exe" },
+ "exec dmenu_run -fn '"FONT"' -nb '"NORMBGCOLOR"' -nf '"NORMFGCOLOR"' -sb '"SELBGCOLOR"' -sf '"SELFGCOLOR"'" },
{ MODKEY|ShiftMask, XK_Return, spawn, "exec uxterm" },
{ MODKEY, XK_space, setlayout, NULL },
{ MODKEY, XK_b, togglebar, NULL },
{ MODKEY|ShiftMask, XK_Return, spawn, "exec uxterm" },
{ MODKEY, XK_space, setlayout, NULL },
{ MODKEY, XK_b, togglebar, NULL },