changed dmenu font
This commit is contained in:
+1
-1
@@ -48,7 +48,7 @@ static const Layout layouts[] = {
|
|||||||
#define SHCMD(cmd) { .v = (const char*[]){ "/bin/sh", "-c", cmd, NULL } }
|
#define SHCMD(cmd) { .v = (const char*[]){ "/bin/sh", "-c", cmd, NULL } }
|
||||||
|
|
||||||
/* commands */
|
/* 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 };
|
static const char *termcmd[] = { "termite", NULL };
|
||||||
/*functions for volume control*/
|
/*functions for volume control*/
|
||||||
static const char *upvol[] = { "amixer", "sset", "Master", "5%+", NULL};
|
static const char *upvol[] = { "amixer", "sset", "Master", "5%+", NULL};
|
||||||
|
|||||||
Reference in New Issue
Block a user