From 9a128539e675333e7441ad893c61f8dce625f317 Mon Sep 17 00:00:00 2001 From: Xander Swan Date: Wed, 3 Dec 2025 10:00:42 -0500 Subject: Update lots and lots --- dwm_config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dwm_config.h') 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 }; -- cgit v1.3-2-g0d8e