summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Smith <luke@lukesmith.xyz>2020-01-30 14:52:21 -0500
committerLuke Smith <luke@lukesmith.xyz>2020-01-30 14:52:21 -0500
commitba94afde2d3d5c49e1c1f82cc2eaa5908574ccce (patch)
treeb51e27c1891300959493029dab6887246f9b27ef
parent1e6beee9703b0af9341dad3020c61e30ac43fa33 (diff)
dmenucmd restored
-rw-r--r--config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.h b/config.h
index c2b05e5..ca03da5 100644
--- a/config.h
+++ b/config.h
@@ -77,7 +77,7 @@ static const Layout layouts[] = {
/* commands */
static char dmenumon[2] = "0"; /* component of dmenucmd, manipulated in spawn() */
-static const char *dmenucmd[] = { "dmenu_run", NULL };
+static const char *dmenucmd[] = { "dmenu_run", "-m", dmenumon, "-fn", dmenufont, "-nb", normbgcolor, "-nf", normfgcolor, "-sb", selbordercolor, "-sf", selfgcolor, NULL };
static const char *termcmd[] = { "st", NULL };
static const char scratchpadname[] = "scratchpad";
static const char *scratchpadcmd[] = { "st", "-t", scratchpadname, "-g", "120x34", NULL };