diff options
author | AnInternetTroll <lucafulger@gmail.com> | 2022-05-17 17:38:58 +0000 |
---|---|---|
committer | AnInternetTroll <lucafulger@gmail.com> | 2022-05-17 17:38:58 +0000 |
commit | e45a18c42e406935b138f6e20b9f6d83cdfb0063 (patch) | |
tree | e970bf117aca26c75386c692720b2a96a819f93c /dwm/chadwm | |
parent | 690e3f53a720570806275465b3cee9a8058e64f3 (diff) | |
download | dotfiles-e45a18c42e406935b138f6e20b9f6d83cdfb0063.tar dotfiles-e45a18c42e406935b138f6e20b9f6d83cdfb0063.tar.gz dotfiles-e45a18c42e406935b138f6e20b9f6d83cdfb0063.tar.bz2 dotfiles-e45a18c42e406935b138f6e20b9f6d83cdfb0063.tar.lz dotfiles-e45a18c42e406935b138f6e20b9f6d83cdfb0063.tar.xz dotfiles-e45a18c42e406935b138f6e20b9f6d83cdfb0063.tar.zst dotfiles-e45a18c42e406935b138f6e20b9f6d83cdfb0063.zip |
Change from st to alacritty because it doesn't show norwegian letters
Diffstat (limited to 'dwm/chadwm')
-rw-r--r-- | dwm/chadwm/config.def.h | 2 |
1 files changed, 1 insertions, 1 deletions
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}; |