From b130735e0bcf12c01b9326e5a2b4f85bbe288442 Mon Sep 17 00:00:00 2001 From: Lignum Crucis Date: Sat, 11 Apr 2026 22:56:44 -0300 Subject: config: dmenu_run without any arguments since i have my own dmenu --- config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.h b/config.h index 8ec6018..857c0d2 100644 --- a/config.h +++ b/config.h @@ -75,7 +75,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", NULL }; static const char *termcmd[] = { "alacritty", NULL }; static const char *browsercmd[] = { "librewolf", NULL }; static const char *sscmd[] = { "scr", NULL }; -- cgit v1.2.3