diff options
author | Luke Smith <luke@lukesmith.xyz> | 2019-12-19 13:29:35 -0500 |
---|---|---|
committer | Luke Smith <luke@lukesmith.xyz> | 2019-12-19 13:29:35 -0500 |
commit | 8be48e0ae6c8099ac2a30418efc649fd4c972910 (patch) | |
tree | fa44d1a6a54f85449d24e591bf25c3d7cd727c05 /config.h | |
parent | 927200f32d4ea957f525e2185ca873eafa3c2efe (diff) |
don't enforce dmenu appearance
Diffstat (limited to 'config.h')
-rw-r--r-- | config.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 }; |