fix monitor
authorDaniel Liu <mr.picklepinosaur@gmail.com>
Fri, 11 Sep 2020 01:11:32 +0000 (21:11 -0400)
committerDaniel Liu <mr.picklepinosaur@gmail.com>
Fri, 11 Sep 2020 01:11:32 +0000 (21:11 -0400)
config.def.h

index 1e299c5..8924e62 100644 (file)
@@ -58,7 +58,7 @@ static const Layout layouts[] = {
 
 /* commands */
 static char dmenumon[2] = "0"; /* component of dmenucmd, manipulated in spawn() */
 
 /* 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 };
 
 /*
 static const char *termcmd[]  = { "st", NULL };
 
 /*