birdwm

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

commit 2e5b1d26fedd2cdcf7442db485977cd11ff7e40b
parent 71d7aab4cd84a364b739185e320b109ba38fdd74
Author: bdmfegys@duck.com <bdmfegys@duck.com>
Date:   Sun, 14 Apr 2024 17:44:39 -0400

change birdwm default terminal back to kitty

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

diff --git a/config.def.h b/config.def.h @@ -122,7 +122,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[] = { "birdterm", NULL }; +static const char *termcmd[] = { "kitty", NULL }; // original terminal //static const char *termcmd[] = { "st", NULL };