diff options
| author | Josh Rahm <joshuarahm@gmail.com> | 2022-04-09 15:51:30 -0600 |
|---|---|---|
| committer | Josh Rahm <joshuarahm@gmail.com> | 2022-10-09 12:19:46 -0600 |
| commit | dc30567f5753cf6231ddc5adaafcf5986e8c840b (patch) | |
| tree | 119ad11a6c6e40369f3c03aab29d20d837d82110 /src/Internal/Layout.hs | |
| parent | a2e6b7617f67f16f9ede07a65d61ceb37adc4990 (diff) | |
| download | rde-dc30567f5753cf6231ddc5adaafcf5986e8c840b.tar.gz rde-dc30567f5753cf6231ddc5adaafcf5986e8c840b.tar.bz2 rde-dc30567f5753cf6231ddc5adaafcf5986e8c840b.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 $ |