X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;ds=sidebyside;f=config.arg.h;h=612157b1c93c21e1059e5a2bbfde16ec6ca1ca94;hb=beac539f31a37f5eece142d8f3a24349926b7643;hp=3ec3c2d0aee4fd9b65fe5ff97d5dca102a4d8654;hpb=1ef2307ec402d08f89e056f2034c345196d61351;p=dwm.git diff --git a/config.arg.h b/config.arg.h index 3ec3c2d..612157b 100644 --- a/config.arg.h +++ b/config.arg.h @@ -9,7 +9,7 @@ const char *tags[] = { "dev", "work", "net", "fnord", NULL }; #define FLOATSYMBOL "><>" #define TILESYMBOL "[]=" -#define FONT "-*-terminus-medium-r-*-*-14-*-*-*-*-*-iso10646-*" +#define FONT "-*-terminus-medium-r-*-*-14-*-*-*-*-*-*-*" #define NORMBGCOLOR "#333333" #define NORMFGCOLOR "#cccccc" #define SELBGCOLOR "#336699" @@ -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 } }, \