From 98bb3c22056d15d471e075b5d75382fb1d5793d3 Mon Sep 17 00:00:00 2001 From: Xander Swan <[hidden email]> Date: Thu, 1 Jan 2026 17:29:58 -0500 Subject: switch to alercritter --- 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 ccd5570..a3e3fd0 100644 --- a/dwm_config.h +++ b/dwm_config.h @@ -63,7 +63,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[] = {"urxvt", NULL}; +static const char *termcmd[] = {"alacritty", NULL}; static const char *sscmd[] = {"screenshot", NULL}; static const char *pausecmd[] = {"playerctl", "play-pause", NULL}; static const char *nextcmd[] = {"playerctl", "next", NULL}; -- cgit v1.3-2-g0d8e