Use alacritty as terminal

master
Ronald 2 years ago
parent 2334960b63
commit 8df1615da1

@ -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 };

Loading…
Cancel
Save