aboutsummarylogtreecommitdiffstats
path: root/config.def.h
diff options
context:
space:
mode:
authoranselm@anselm12007-12-22 12:26:24 +0000
committeranselm@anselm12007-12-22 12:26:24 +0000
commit2872b02b38573a91229ff393e32b756eeae64d6c (patch)
tree4f13a3e26a7afcb98b4bcf583bc0947b588ae070 /config.def.h
parent54358038330abb5e2ef306b0ea2a0d38ff30d622 (diff)
downloadaur-2872b02b38573a91229ff393e32b756eeae64d6c.tar.gz
added dmenu_run to config.h
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/config.def.h b/config.def.h
index 25bf3e6c5a63..dedcc61267aa 100644
--- a/config.def.h
+++ b/config.def.h
@@ -37,8 +37,7 @@ Layout layouts[] = {
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 },