aboutsummaryrefslogtreecommitdiffstats
path: root/config.arg.h
diff options
context:
space:
mode:
authorarg@mig29 <unknown>2006-12-19 11:38:08 +0100
committerarg@mig29 <unknown>2006-12-19 11:38:08 +0100
commit9e4e4d90229cb430da701ab55e6c9c7978419732 (patch)
tree69e3a890796cfc3659ac428dcfff4913e8ba7928 /config.arg.h
parent71fd06f843f47c6007a5698e5117ce8fe1d7812d (diff)
downloaddwm-9e4e4d90229cb430da701ab55e6c9c7978419732.tar.zst
migrated arg's config.h to new dmenu command line options
Diffstat (limited to 'config.arg.h')
-rw-r--r--config.arg.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/config.arg.h b/config.arg.h
index 783a3bd..612157b 100644
--- a/config.arg.h
+++ b/config.arg.h
@@ -28,8 +28,8 @@ static Key key[] = { \
{ .cmd = "exec uxterm -bg black -fg '#eeeeee' -cr '#eeeeee' +sb -fn '"FONT"'" } }, \
{ MODKEY, XK_p, spawn, \
{ .cmd = "exe=\"$(lsx `echo $PATH | sed 's/:/ /g'` | sort -u " \
- " | dmenu -font '"FONT"' -normbg '"NORMBGCOLOR"' -normfg '"NORMFGCOLOR"' " \
- "-selbg '"SELBGCOLOR"' -selfg '"SELFGCOLOR"')\" && exec $exe" } }, \
+ " | dmenu -fn '"FONT"' -nb '"NORMBGCOLOR"' -nf '"NORMFGCOLOR"' " \
+ "-sb '"SELBGCOLOR"' -sf '"SELFGCOLOR"')\" && exec $exe" } }, \
{ MODKEY, XK_j, focusnext, { 0 } }, \
{ MODKEY, XK_k, focusprev, { 0 } }, \
{ MODKEY, XK_Return, zoom, { 0 } }, \