From 5460d2549ac02da1f502cf828651b1541604beae Mon Sep 17 00:00:00 2001 From: Eric Phillips Date: Sun, 30 Mar 2014 17:14:55 -0600 Subject: [PATCH] changed dmenu font --- dwm.config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dwm.config.h b/dwm.config.h index 7651bfb..66f1238 100644 --- a/dwm.config.h +++ b/dwm.config.h @@ -48,7 +48,7 @@ static const Layout layouts[] = { #define SHCMD(cmd) { .v = (const char*[]){ "/bin/sh", "-c", cmd, NULL } } /* commands */ -static const char *dmenucmd[] = { "dmenu_run", "-fn", font, "-nb", normbgcolor, "-nf", normfgcolor, "-sb", selbgcolor, "-sf", selfgcolor, NULL }; +static const char *dmenucmd[] = { "dmenu_run", "-fn", "Inconsolata-9", "-nb", normbgcolor, "-nf", normfgcolor, "-sb", selbgcolor, "-sf", selfgcolor, NULL }; static const char *termcmd[] = { "termite", NULL }; /*functions for volume control*/ static const char *upvol[] = { "amixer", "sset", "Master", "5%+", NULL};