diff options
| author | Josh Rahm <rahm@google.com> | 2022-04-12 11:09:19 -0600 |
|---|---|---|
| committer | Josh Rahm <rahm@google.com> | 2022-04-12 11:09:19 -0600 |
| commit | e0d58319014226faeff1a09c7abce7865b551b30 (patch) | |
| tree | 459fbedf7461eb60e7fd3890934989699fc9ff20 /src/Rahm/Desktop/Layout.hs | |
| parent | f8f7deeac800170a6201f74380bdfe720ee38027 (diff) | |
| download | rde-e0d58319014226faeff1a09c7abce7865b551b30.tar.gz rde-e0d58319014226faeff1a09c7abce7865b551b30.tar.bz2 rde-e0d58319014226faeff1a09c7abce7865b551b30.zip | |
Clean up Poppable so it's a proper proxy to the underlying layout rather than a LayoutModifier.
Diffstat (limited to 'src/Rahm/Desktop/Layout.hs')
| -rw-r--r-- | src/Rahm/Desktop/Layout.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Rahm/Desktop/Layout.hs b/src/Rahm/Desktop/Layout.hs index fcf7d25..aeceff9 100644 --- a/src/Rahm/Desktop/Layout.hs +++ b/src/Rahm/Desktop/Layout.hs @@ -39,7 +39,7 @@ import qualified XMonad.StackSet as W withSpacing = spacingRaw True (Border 5 5 5 5) True (Border 5 5 5 5) True mods = - withSpacing . reinterpretResize . poppable . flippable . rotateable . hole + withSpacing . poppable . flippable . rotateable . hole myLayout = fullscreenFull $ |