From faaf7cedf1d10c54cc7be27c1d2b125e0b99b7e5 Mon Sep 17 00:00:00 2001 From: Josh Rahm Date: Sat, 9 Apr 2022 15:51:30 -0600 Subject: [Experimental] - Attempting to create typesafy way to navigate layouts. --- src/Internal/Layout.hs | 1 - 1 file changed, 1 deletion(-) (limited to 'src/Internal/Layout.hs') diff --git a/src/Internal/Layout.hs b/src/Internal/Layout.hs index fba1254..562f947 100644 --- a/src/Internal/Layout.hs +++ b/src/Internal/Layout.hs @@ -31,7 +31,6 @@ import Internal.Windows import qualified Data.Map as M import qualified XMonad.StackSet as W -myLayout :: _ myLayout = fullscreenFull $ avoidStruts $ -- cgit