diff options
| -rw-r--r-- | src/Rahm/Desktop/Layout.hs | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/Rahm/Desktop/Layout.hs b/src/Rahm/Desktop/Layout.hs index 4dfba25..17a7b1e 100644 --- a/src/Rahm/Desktop/Layout.hs +++ b/src/Rahm/Desktop/Layout.hs @@ -42,13 +42,14 @@ import XMonad.Layout.Spiral (spiral) myLayout = fullscreenFull $ - hole $ + hole $ + pinnable $ avoidStruts myLayoutList mySpacing = spacingRaw True (Border 5 5 5 5) True (Border 5 5 5 5) True mods = - pinnable . poppable . mySpacing . flippable . rotateable + poppable . mySpacing . flippable . rotateable myLayoutList = layoutList $ |