aboutsummaryrefslogtreecommitdiff
path: root/src/Rahm/Desktop/Layout.hs
diff options
context:
space:
mode:
authorJosh Rahm <rahm@google.com>2022-04-28 18:15:34 -0600
committerJosh Rahm <rahm@google.com>2022-04-28 18:15:34 -0600
commitfcea6ce1371de988deb2dd719263cb2c9c59dfd7 (patch)
tree29cfd78c34160715fd33e3133f74a704318841ca /src/Rahm/Desktop/Layout.hs
parent9b60476c272d5a9dd8cce4b811c2da6ee4a203aa (diff)
downloadrde-fcea6ce1371de988deb2dd719263cb2c9c59dfd7.tar.gz
rde-fcea6ce1371de988deb2dd719263cb2c9c59dfd7.tar.bz2
rde-fcea6ce1371de988deb2dd719263cb2c9c59dfd7.zip
Add Bordering layout.
The bordering layout can add windows along the border of the screen, that way something like videos or something can be shown in the corner of the screen.
Diffstat (limited to 'src/Rahm/Desktop/Layout.hs')
-rw-r--r--src/Rahm/Desktop/Layout.hs3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Rahm/Desktop/Layout.hs b/src/Rahm/Desktop/Layout.hs
index ad54d4a..08bd8d1 100644
--- a/src/Rahm/Desktop/Layout.hs
+++ b/src/Rahm/Desktop/Layout.hs
@@ -33,6 +33,7 @@ import Rahm.Desktop.Layout.Rotate
import Rahm.Desktop.Layout.Redescribe
import Rahm.Desktop.Layout.Hole
import Rahm.Desktop.Layout.ConsistentMosaic
+import Rahm.Desktop.Layout.Bordering
import qualified Data.Map as M
import qualified Rahm.Desktop.StackSet as W
@@ -45,7 +46,7 @@ mySpacing = spacingRaw True (Border 5 5 5 5) True (Border 5 5 5 5) True
mods =
- mySpacing . poppable . flippable . rotateable . hole
+ bordering . mySpacing . poppable . flippable . rotateable . hole
myLayoutList =
layoutList $