diff options
| author | Xander Swan <[hidden email]> | 2026-01-01 17:29:58 -0500 |
|---|---|---|
| committer | Xander Swan <[hidden email]> | 2026-01-01 17:29:58 -0500 |
| commit | 98bb3c22056d15d471e075b5d75382fb1d5793d3 (patch) | |
| tree | 23329bd8220e14cb76b790aa233ec3c49a306594 /dwm_config.h | |
| parent | 9cd8db6fbe61f5e8b07315b34a0ec2db8ea608db (diff) | |
switch to alercritter
Diffstat (limited to 'dwm_config.h')
| -rw-r--r-- | dwm_config.h | 2 |
1 files changed, 1 insertions, 1 deletions
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}; |
