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/Internal/Layout.hs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/Internal/Layout.hs') diff --git a/src/Internal/Layout.hs b/src/Internal/Layout.hs index 3fae26d..c54ffa7 100644 --- a/src/Internal/Layout.hs +++ b/src/Internal/Layout.hs @@ -1,6 +1,7 @@ {-# LANGUAGE MultiParamTypeClasses, FlexibleInstances #-} module Internal.Layout where +import XMonad.Hooks.ManageDocks import XMonad.Layout.Circle import XMonad.Layout.Accordion import Control.Applicative @@ -18,7 +19,7 @@ import qualified XMonad.StackSet as W myLayout = ModifiedLayout (Zoomable False 0.05 0.05) $ - spacingRaw True (Border 5 5 5 5) True (Border 5 5 5 5) True $ + spacingRaw True (Border 5 5 5 5) True (Border 5 5 5 5) True $ avoidStruts $ spiral (6/7) ||| Tall 1 (3/100) (1/2) ||| ThreeCol 1 (3/100) (1/2) ||| -- cgit