diff options
author | Luke Smith <luke@lukesmith.xyz> | 2020-01-30 14:52:21 -0500 |
---|---|---|
committer | Luke Smith <luke@lukesmith.xyz> | 2020-01-30 14:52:21 -0500 |
commit | ba94afde2d3d5c49e1c1f82cc2eaa5908574ccce (patch) | |
tree | b51e27c1891300959493029dab6887246f9b27ef | |
parent | 1e6beee9703b0af9341dad3020c61e30ac43fa33 (diff) |
dmenucmd restored
-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", 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 }; |