From a2ceae3cf6f302de2420f072238a29c9fbe8d974 Mon Sep 17 00:00:00 2001 From: Alex Tarkovsky Date: Wed, 5 Sep 2007 22:01:28 +0200 Subject: Docstring parser for generating xmonad build configs with default settings for extensions darcs-hash:20070905200128-bd4fb-ff90db3eb7ebce6ea75956f19ebc6c35d36c08d4.gz --- RotView.hs | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'RotView.hs') 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 -- cgit v1.2.3