summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorLuke Smith <luke@lukesmith.xyz>2019-12-19 13:29:35 -0500
committerLuke Smith <luke@lukesmith.xyz>2019-12-19 13:29:35 -0500
commit8be48e0ae6c8099ac2a30418efc649fd4c972910 (patch)
treefa44d1a6a54f85449d24e591bf25c3d7cd727c05 /config.h
parent927200f32d4ea957f525e2185ca873eafa3c2efe (diff)
don't enforce dmenu appearance
Diffstat (limited to 'config.h')
-rw-r--r--config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.h b/config.h
index 34fd76d..804115b 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", "-m", dmenumon, "-fn", dmenufont, "-nb", normbgcolor, "-nf", normfgcolor, "-sb", selbordercolor, "-sf", selfgcolor, NULL };
+static const char *dmenucmd[] = { "dmenu_run", NULL };
static const char *termcmd[] = { "st", NULL };
static const char scratchpadname[] = "scratchpad";
static const char *scratchpadcmd[] = { "st", "-t", scratchpadname, "-g", "120x34", NULL };