From 25fc1f6c58c829f9897f3b5371bb465f3346ccb1 Mon Sep 17 00:00:00 2001 From: Charles Cabergs Date: Sun, 1 Aug 2021 09:53:17 +0200 Subject: 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) --- config/xmonad/xmonad.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config/xmonad') 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 -- cgit