summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
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 };