From f4e0f981349a5e91c207ee907fade3afa2f31702 Mon Sep 17 00:00:00 2001 From: krolxon Date: Tue, 14 May 2024 10:55:33 +0530 Subject: switch to alacritty --- config.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'config.h') diff --git a/config.h b/config.h index a7546ea..433e3a3 100755 --- a/config.h +++ b/config.h @@ -2,7 +2,7 @@ /* Constants */ #define BROWSER "librewolf" -#define TERMINAL "st" +#define TERMINAL "alacritty" /* appearance */ static const unsigned int borderpx = 2; /* border pixel of windows */ @@ -67,7 +67,7 @@ static const Layout layouts[] = { /* commands */ static char dmenumon[2] = "0"; /* component of dmenucmd, manipulated in spawn() */ static const char *dmenucmd[] = { "dmenu_run" }; -static const char *termcmd[] = { "st", NULL }; +static const char *termcmd[] = { "alacritty", NULL }; static const char scratchpadname[] = "scratchpad"; static const char *scratchpadcmd[] = { "st", "-t", scratchpadname, "-g", "120x34", NULL }; -- cgit v1.2.3