diff options
| author | Lignum Crucis | 2026-04-11 22:56:44 -0300 |
|---|---|---|
| committer | Lignum Crucis | 2026-04-11 22:56:44 -0300 |
| commit | b130735e0bcf12c01b9326e5a2b4f85bbe288442 (patch) | |
| tree | f17a815ae5faf529877e5a384be6640957312c7b /config.h | |
| parent | e36ab5e9effc0cc4eba99bebd5341028ab46046f (diff) | |
config: dmenu_run without any arguments since i have my own dmenu
Diffstat (limited to 'config.h')
| -rw-r--r-- | config.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 }; |
