diff options
| author | Josh Rahm <joshuarahm@gmail.com> | 2022-04-09 15:51:30 -0600 |
|---|---|---|
| committer | Josh Rahm <joshuarahm@gmail.com> | 2022-04-09 15:55:27 -0600 |
| commit | faaf7cedf1d10c54cc7be27c1d2b125e0b99b7e5 (patch) | |
| tree | 119ad11a6c6e40369f3c03aab29d20d837d82110 /src/Internal/Layout.hs | |
| parent | 28494be6925bc341534ad43c3523343e6c95a01a (diff) | |
| download | rde-faaf7cedf1d10c54cc7be27c1d2b125e0b99b7e5.tar.gz rde-faaf7cedf1d10c54cc7be27c1d2b125e0b99b7e5.tar.bz2 rde-faaf7cedf1d10c54cc7be27c1d2b125e0b99b7e5.zip | |
[Experimental] - Attempting to create typesafy way to navigate layouts.
Diffstat (limited to 'src/Internal/Layout.hs')
| -rw-r--r-- | src/Internal/Layout.hs | 1 |
1 files changed, 0 insertions, 1 deletions
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 $ |