From 350e00fdf62ece3ff6323c063680d0a1024862ca Mon Sep 17 00:00:00 2001 From: Daniel Liu Date: Thu, 10 Sep 2020 21:11:32 -0400 Subject: [PATCH] fix monitor --- config.def.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }; /* -- 2.20.1