From 8d67f1ea8c614f12ddfc77d5727fb7fd8472484b Mon Sep 17 00:00:00 2001 From: Josh Rahm Date: Tue, 5 Dec 2023 18:06:33 -0700 Subject: Fixed problem with the hole layout where it was not passing on the focused window correctly --- src/Rahm/Desktop/Layout.hs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/Rahm/Desktop/Layout.hs') diff --git a/src/Rahm/Desktop/Layout.hs b/src/Rahm/Desktop/Layout.hs index f4c9d8d..d71989f 100644 --- a/src/Rahm/Desktop/Layout.hs +++ b/src/Rahm/Desktop/Layout.hs @@ -40,8 +40,8 @@ import XMonad.Layout.Spacing (Border (..), spacingRaw) import XMonad.Layout.Spiral (spiral) myLayout = - hole $ - fullscreenFull $ + fullscreenFull $ + hole $ avoidStruts myLayoutList mySpacing = spacingRaw True (Border 5 5 5 5) True (Border 5 5 5 5) True -- cgit