mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-05-19 03:20:21 -07:00
RotSlaves: haddock tuning
This commit is contained in:
parent
01b4e6f9bf
commit
840c18cb0a
@ -28,12 +28,11 @@ import XMonad
|
|||||||
--
|
--
|
||||||
-- and add a keybinding:
|
-- and add a keybinding:
|
||||||
--
|
--
|
||||||
-- , ((modMask .|. shiftMask, xK_Tab ), rotSlavesUp)
|
-- > , ((modMask .|. shiftMask, xK_Tab ), rotSlavesUp)
|
||||||
--
|
--
|
||||||
--
|
--
|
||||||
-- This operation will rotate all windows except the master window, while the focus
|
-- This operation will rotate all windows except the master window, while the focus
|
||||||
-- stays where it is. It is usefull together with the TwoPane-Layout (see XMonadContrib.TwoPane).
|
-- stays where it is. It is usefull together with the TwoPane-Layout (see XMonadContrib.TwoPane).
|
||||||
--
|
|
||||||
|
|
||||||
rotSlavesUp,rotSlavesDown :: X ()
|
rotSlavesUp,rotSlavesDown :: X ()
|
||||||
rotSlavesUp = windows $ modify' (rotSlaves' (\l -> (tail l)++[head l]))
|
rotSlavesUp = windows $ modify' (rotSlaves' (\l -> (tail l)++[head l]))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user