migrated arg's config.h to new dmenu command line options - dwm - dynamic window manager HTML git clone https://git.parazyd.org/dwm DIR Log DIR Files DIR Refs DIR README DIR LICENSE --- DIR commit 9e4e4d90229cb430da701ab55e6c9c7978419732 DIR parent 71fd06f843f47c6007a5698e5117ce8fe1d7812d HTML Author: arg@mig29 <unknown> Date: Tue, 19 Dec 2006 11:38:08 +0100 migrated arg's config.h to new dmenu command line options Diffstat: M config.arg.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) --- DIR diff --git 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 } }, \