aboutsummaryrefslogtreecommitdiff
path: root/dwm_config.h
diff options
context:
space:
mode:
Diffstat (limited to 'dwm_config.h')
-rw-r--r--dwm_config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/dwm_config.h b/dwm_config.h
index 9afaf24..c07b1b5 100644
--- a/dwm_config.h
+++ b/dwm_config.h
@@ -65,7 +65,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 *flameshotcmd[] = { "flameshot", "gui", NULL };
static const char *pausecmd[] = { "playerctl", "play-pause", NULL };
static const char *nextcmd[] = { "playerctl", "next", NULL };