diff options
| author | Charles Cabergs <me@cacharle.xyz> | 2021-08-01 09:53:17 +0200 |
|---|---|---|
| committer | Charles Cabergs <me@cacharle.xyz> | 2021-08-01 09:53:17 +0200 |
| commit | 25fc1f6c58c829f9897f3b5371bb465f3346ccb1 (patch) | |
| tree | e8170388b6c79fdf56bdd8521328f5b48bf0ddf4 /config/xmonad | |
| parent | 4a4f055c2d3ff9ccfc50abacac20c9beb8792ee2 (diff) | |
| download | dotfiles-25fc1f6c58c829f9897f3b5371bb465f3346ccb1.tar.gz dotfiles-25fc1f6c58c829f9897f3b5371bb465f3346ccb1.tar.bz2 dotfiles-25fc1f6c58c829f9897f3b5371bb465f3346ccb1.zip | |
Switching to alacritty instead of st since st can't display accented character correctly (at least when I type them with the Julia plugin in vim)
Diffstat (limited to 'config/xmonad')
| -rw-r--r-- | config/xmonad/xmonad.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/xmonad/xmonad.hs b/config/xmonad/xmonad.hs index c25af11..a059cc5 100644 --- a/config/xmonad/xmonad.hs +++ b/config/xmonad/xmonad.hs @@ -25,7 +25,7 @@ import XMonad.Hooks.InsertPosition (Focus (..), Position (..), main = xmonad $ desktopConfig { normalBorderColor = "#1c1c1c" , focusedBorderColor = "#8a8a8a" - , terminal = "st" + , terminal = "alacritty" , layoutHook = layoutHook' , manageHook = manageHook' , modMask = mod4Mask -- mod key to super |
