aboutsummaryrefslogtreecommitdiff
path: root/src/Rahm/Desktop/Layout.hs
diff options
context:
space:
mode:
authorJosh Rahm <joshuarahm@gmail.com>2022-04-12 01:54:43 -0600
committerJosh Rahm <joshuarahm@gmail.com>2022-04-12 01:54:43 -0600
commit96643003bd14195f4868712789cd056e9d3581ae (patch)
tree944c009c855dfa30e033636e4684c522089fe7f1 /src/Rahm/Desktop/Layout.hs
parent1fbaaa7ce69ed6320693c389bf670fd3cf20cdd1 (diff)
downloadrde-96643003bd14195f4868712789cd056e9d3581ae.tar.gz
rde-96643003bd14195f4868712789cd056e9d3581ae.tar.bz2
rde-96643003bd14195f4868712789cd056e9d3581ae.zip
Add another layout modifier to add a hole.
This is mostly an academic exercise, as there's probably not much reason to put a hole in the layout, but I must admit that sometimes is aesthetically pleasing to see a little more desktop wallpaper in some cases.
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 6c9ac5a..906a7fc 100644
--- a/src/Rahm/Desktop/Layout.hs
+++ b/src/Rahm/Desktop/Layout.hs
@@ -32,11 +32,12 @@ import Rahm.Desktop.Layout.Pop
import Rahm.Desktop.Layout.Flip
import Rahm.Desktop.Layout.Rotate
import Rahm.Desktop.Layout.Redescribe
+import Rahm.Desktop.Layout.Hole
import qualified Data.Map as M
import qualified XMonad.StackSet as W
-mods = reinterpretResize . poppable . flippable . rotateable
+mods = reinterpretResize . poppable . flippable . rotateable . hole
myLayout =
fullscreenFull $