From: Daniel Liu Date: Fri, 11 Sep 2020 01:11:32 +0000 (-0400) Subject: fix monitor X-Git-Url: https://git.danieliu.xyz/?p=dwm.git;a=commitdiff_plain;h=350e00fdf62ece3ff6323c063680d0a1024862ca fix monitor --- diff --git a/config.def.h b/config.def.h index 1e299c5..8924e62 100644 --- a/config.def.h +++ b/config.def.h @@ -58,7 +58,7 @@ static const Layout layouts[] = { /* commands */ static char dmenumon[2] = "0"; /* component of dmenucmd, manipulated in spawn() */ -static const char *dmenucmd[] = { "dmenu_run" }; +static const char *dmenucmd[] = { "dmenu_run", "-m", dmenuon }; static const char *termcmd[] = { "st", NULL }; /*