From 4dc47976f3faf972cd2d5a0b57ea2ace61b532a5 Mon Sep 17 00:00:00 2001 From: Josh Rahm Date: Sat, 9 Oct 2021 00:06:21 -0600 Subject: Set alacritty to be default terminal and avoid struts --- src/Main.hs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/Main.hs') diff --git a/src/Main.hs b/src/Main.hs index 1d07ef8..d4f5dae 100644 --- a/src/Main.hs +++ b/src/Main.hs @@ -21,11 +21,10 @@ main = do -- Execute some commands. homeDir <- getHomeDirectory let fp = homeDir ".xmonad" "startup" - let theLayout = myLayout config <- applyKeys $ def - { terminal = "sakura" + { terminal = "alacritty" , modMask = mod4Mask , borderWidth = 2 , keys = \config -> mempty -- cgit