diff options
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}; |
