aboutsummaryrefslogtreecommitdiffstats
path: root/RotView.hs
diff options
context:
space:
mode:
Diffstat (limited to 'RotView.hs')
-rw-r--r--RotView.hs4
1 files changed, 4 insertions, 0 deletions
diff --git a/RotView.hs b/RotView.hs
index 38c2cae..c7dc6c6 100644
--- a/RotView.hs
+++ b/RotView.hs
@@ -35,6 +35,10 @@ import qualified Operations as O
-- > , ((modMask .|. shiftMask, xK_Right), rotView True)
-- > , ((modMask .|. shiftMask, xK_Left), rotView False)
+-- %import XMonadContrib.RotView
+-- %keybind , ((modMask .|. shiftMask, xK_Right), rotView True)
+-- %keybind , ((modMask .|. shiftMask, xK_Left), rotView False)
+
rotView :: Bool -> X ()
rotView b = do
ws <- gets windowset