summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorLignum Crucis2026-04-16 21:03:02 -0300
committerLignum Crucis2026-04-16 21:03:02 -0300
commit046dbdc11d277f9561c454d22e142ed2f8c8d6e8 (patch)
tree1058b429b55c5b7a1bae3dff444dd1cac8252e0e /config.h
parent6ec15df4e48b7d4de5674d9686090749b7a16e2d (diff)
config: alacritty -> st
Diffstat (limited to 'config.h')
-rw-r--r--config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.h b/config.h
index b87e641..d02f376 100644
--- a/config.h
+++ b/config.h
@@ -76,7 +76,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[] = { "alacritty", NULL };
+static const char *termcmd[] = { "st", NULL };
static const char *browsercmd[] = { "librewolf", NULL };
static const char *sscmd[] = { "scr", NULL };
static const char *passcmd[] = { "passmenu", "--type", "-l", "32", "-c", "-bw", "4", NULL };