From 35a7b328bc8dda87ec6ccc9bb0a63411516edb7c Mon Sep 17 00:00:00 2001 From: Aaron Lindsay Date: Thu, 22 Dec 2016 11:22:44 -0500 Subject: [PATCH] Remove 'monitor' setting from dmenu_run command This was added recently and is unsupported on some distributions --- config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.h b/config.h index 2f62a44..6107e11 100644 --- a/config.h +++ b/config.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", "-m", dmenumon, "-fn", dmenufont, "-nb", col_gray1, "-nf", col_gray3, "-sb", col_cyan, "-sf", col_gray4, NULL }; +static const char *dmenucmd[] = { "dmenu_run", "-fn", dmenufont, "-nb", col_gray1, "-nf", col_gray3, "-sb", col_cyan, "-sf", col_gray4, NULL }; static const char *termcmd[] = { "st", NULL }; static Key keys[] = {