birdwm

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit cb55fd93b826102b07492651c8cb2c3b7b53c6ac
parent dfdcad756bc0628eecf05df39e00fe875437bdcf
Author: mrgrouse <bdmfegys@duck.com>
Date:   Fri, 23 Aug 2024 00:33:28 -0400

config.def.h: change default terminal to kitty

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

diff --git a/config.def.h b/config.def.h @@ -123,7 +123,7 @@ static const Layout layouts[] = { /* commands */ static char dmenumon[2] = "0"; /* component of dmenucmd, manipulated in spawn() */ static const char *dmenucmd[] = { "birdmenu_run", "-i", NULL }; -static const char *termcmd[] = { "birdterm", NULL }; +static const char *termcmd[] = { "kitty", NULL }; static const char *wallpaper[] = { "nsxiv", "-t", WALLPAPERDIR, NULL }; static const char *wallpapergif[] = { "nsxiv", "-t", GIFDIR, NULL }; /* calling gif wallpaper picker script, utilizes nsxiv */ static const char *restarter[] = { "restarter" }; /* dmenu script for restarting daemons and getting system info through dunst */