commit e849aa5762d1934c001b7e1a4b0f3dfb9d9f394e
parent d0bf7e899972e8693b46e9812402453f3229fbf4
Author: grouse <bdmfegys@duck.com>
Date: Wed, 25 Oct 2023 17:36:43 -0400
changed default terminal to kitty
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/config.def.h b/config.def.h
@@ -90,7 +90,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[] = { "st", NULL };
+static const char *termcmd[] = { "kitty", NULL };
static const char *wallpaper[] = { "xwallpaper" };
static const char *wallpapergif[] = { "xwallpapergif" };
static const char *restarter[] = { "restarter", NULL};