mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-08-18 21:53:47 -07:00
add man page doco
This commit is contained in:
@@ -34,6 +34,11 @@ import StackSet
|
|||||||
-- > ++
|
-- > ++
|
||||||
-- > [((modMask .|. controlMask, k), windows $ swapWithCurrent i)
|
-- > [((modMask .|. controlMask, k), windows $ swapWithCurrent i)
|
||||||
-- > | (i, k) <- zip workspaces [xK_1 ..]]
|
-- > | (i, k) <- zip workspaces [xK_1 ..]]
|
||||||
|
--
|
||||||
|
-- %import XMonadContrib.SwapWorkspaces
|
||||||
|
-- %keybindlist ++
|
||||||
|
-- %keybindlist [((modMask .|. controlMask, k), windows $ swapWithCurrent i)
|
||||||
|
-- %keybindlist | (i, k) <- zip workspaces [xK_1 ..]]
|
||||||
|
|
||||||
swapWithCurrent :: Eq i => i -> StackSet i l a s sd -> StackSet i l a s sd
|
swapWithCurrent :: Eq i => i -> StackSet i l a s sd -> StackSet i l a s sd
|
||||||
swapWithCurrent t s = swapWorkspaces t (tag $ workspace $ current s) s
|
swapWithCurrent t s = swapWorkspaces t (tag $ workspace $ current s) s
|
||||||
|
Reference in New Issue
Block a user