mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-08-05 06:31:53 -07:00
Docstring parser for generating xmonad build configs with default settings for extensions
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user