From e45a18c42e406935b138f6e20b9f6d83cdfb0063 Mon Sep 17 00:00:00 2001 From: AnInternetTroll Date: Tue, 17 May 2022 19:38:58 +0200 Subject: Change from st to alacritty because it doesn't show norwegian letters --- dwm/chadwm/config.def.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dwm/chadwm/config.def.h') diff --git a/dwm/chadwm/config.def.h b/dwm/chadwm/config.def.h index d69d375..a427cdd 100644 --- a/dwm/chadwm/config.def.h +++ b/dwm/chadwm/config.def.h @@ -125,7 +125,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}; // change this to your term +static const char *termcmd[] = {"alacritty", NULL}; // change this to your term static const char *rofi[] = {"rofi", "-show", "drun", NULL}; static const char *xi[] = {"xbacklight", "-inc", "7", NULL}; static const char *screenshotcmd[] = {"flameshot", "gui", NULL}; -- cgit v1.2.3