From 8df1615da1c51a3280e1a5ac7f82a3d25ebe6116 Mon Sep 17 00:00:00 2001 From: Ronald Date: Thu, 1 Feb 2024 22:04:37 +0000 Subject: [PATCH] Use alacritty as terminal --- config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.h b/config.h index a26779f..21a50d5 100644 --- a/config.h +++ b/config.h @@ -56,7 +56,7 @@ static const Layout layouts[] = { /* commands */ static char dmenumon[2] = "0"; /* component of dmenucmd, manipulated in spawn() */ static const char *dmenucmd[] = { "dmenu_run", NULL }; -static const char *termcmd[] = { "st", NULL }; +static const char *termcmd[] = { "alacritty", NULL }; static const char *ftermcmd[] = { "st", "-n", "floating", NULL }; static const char *webcmd[] = { "firefox", NULL };