birdwm

birdwm - mrgrouse's daily driver fork of suckless' dwm. Contains many patches and is currently loosely maintained.
Log | Files | Refs | README | LICENSE

commit d66f17cf609e460dd213ed4a648d53b0dc217e67
parent c786a865c69e5a0288810f2c6e65c42360b3f3de
Author: mrgrouse <bdmfegys@duck.com>
Date:   Thu,  3 Jul 2025 18:22:34 -0400

config.def.h: fix goofy mistake in termcmd

Diffstat:
Mconfig.def.h | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/config.def.h b/config.def.h @@ -105,7 +105,7 @@ static char dmenumon[2] = "0"; /* component of dmenucmd, manipulated in spawn() /* in case we want to remove the xrdb patch from birdmenu, we can call it with the dynamically sourced colors here: */ //static const char *dmenucmd[] = { "dmenu_run", "-fn", dmenufont, "-nb", normbgcolor, "-nf", normfgcolor, "-sb", selbordercolor, "-sf", selfgcolor, NULL }; static const char *dmenucmd[] = { "birdmenu_run", "-i", NULL }; -static const char *termcmd[] = { "birdmenu", NULL }; +static const char *termcmd[] = { "birdterm", NULL }; static const char *wallpaper[] = { "nsxiv", "-t", WALLPAPERDIR, NULL }; static const char *browser[] = { "net.mullvad.MullvadBrowser", NULL }; static const char *passman[] = { "kpmenu", NULL};