aboutsummaryrefslogtreecommitdiff
path: root/src/Rahm/Desktop/Layout.hs
diff options
context:
space:
mode:
authorJosh Rahm <rahm@google.com>2023-12-08 16:14:05 -0700
committerJosh Rahm <rahm@google.com>2023-12-08 16:14:05 -0700
commit8bbc3ce0d0ae10b5e7630779c970f38f0a767789 (patch)
tree8d31ec2a97dd0ae880e2a5e3a2c29b8331d22976 /src/Rahm/Desktop/Layout.hs
parent718d69736e5dfd946648e7a305c15281d9656466 (diff)
parent9f176adbff807dafec2caee5e3b104e65caf9029 (diff)
downloadrde-8bbc3ce0d0ae10b5e7630779c970f38f0a767789.tar.gz
rde-8bbc3ce0d0ae10b5e7630779c970f38f0a767789.tar.bz2
rde-8bbc3ce0d0ae10b5e7630779c970f38f0a767789.zip
Merge branch 'pinwindow'
Diffstat (limited to 'src/Rahm/Desktop/Layout.hs')
-rw-r--r--src/Rahm/Desktop/Layout.hs7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/Rahm/Desktop/Layout.hs b/src/Rahm/Desktop/Layout.hs
index d71989f..4dfba25 100644
--- a/src/Rahm/Desktop/Layout.hs
+++ b/src/Rahm/Desktop/Layout.hs
@@ -18,6 +18,7 @@ import Rahm.Desktop.Layout.List
nil,
(|:),
)
+import Rahm.Desktop.Layout.PinWindow (PinWindowLayout (PinWindowLayout), pinnable)
import Rahm.Desktop.Layout.Pop (poppable)
import Rahm.Desktop.Layout.Redescribe (Describer (..), Redescribe (..))
import Rahm.Desktop.Layout.ReinterpretMessage (DoReinterpret (..), ReinterpretMessage (..))
@@ -41,13 +42,13 @@ import XMonad.Layout.Spiral (spiral)
myLayout =
fullscreenFull $
- hole $
- avoidStruts myLayoutList
+ hole $
+ avoidStruts myLayoutList
mySpacing = spacingRaw True (Border 5 5 5 5) True (Border 5 5 5 5) True
mods =
- mySpacing . poppable . flippable . rotateable
+ pinnable . poppable . mySpacing . flippable . rotateable
myLayoutList =
layoutList $