summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLignum Crucis2026-04-11 22:56:44 -0300
committerLignum Crucis2026-04-11 22:56:44 -0300
commitb130735e0bcf12c01b9326e5a2b4f85bbe288442 (patch)
treef17a815ae5faf529877e5a384be6640957312c7b
parente36ab5e9effc0cc4eba99bebd5341028ab46046f (diff)
config: dmenu_run without any arguments since i have my own dmenu
-rw-r--r--config.h2
1 files changed, 1 insertions, 1 deletions
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 };