birdwm

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

commit f58657b1e9971d7d58cdd8efd22e684b5f77dd97
parent 5542b34cf70dbbcee4d6aba491e0bd90583f3b41
Author: grouse <bdmfegys@duck.com>
Date:   Fri, 15 Dec 2023 23:59:11 -0500

switch default terminal emulator from kitty to birdterm

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

diff --git a/config.def.h b/config.def.h @@ -102,7 +102,7 @@ static const Layout layouts[] = { /* commands */ static char dmenumon[2] = "0"; /* component of dmenucmd, manipulated in spawn() */ static const char *dmenucmd[] = { "dmenu_run", "-i", NULL }; -static const char *termcmd[] = { "kitty", NULL }; +static const char *termcmd[] = { "birdterm", NULL }; //static const char *wallpaper[] = { "nsxiv", "-t", "/home/tetraonini/Pictures/wallpapers/*.png", NULL }; //static const char *wallpapergif[] = { "nsxiv", "-t", "/home/tetraonini/Pictures/wallpapers/gif/*.gif", NULL }; static const char *wallpaper[] = { "xwallpaper" };