mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-05-19 11:30:22 -07:00
CycleWS: haddock updates
This commit is contained in:
parent
efb59f06f8
commit
52df6deb52
@ -36,7 +36,7 @@ import XMonad.StackSet hiding (filter)
|
|||||||
import XMonad.Operations
|
import XMonad.Operations
|
||||||
|
|
||||||
-- $usage
|
-- $usage
|
||||||
-- You can use this module with the following in your Config.hs file:
|
-- You can use this module with the following in your @~\/.xmonad\/xmonad.hs@ file:
|
||||||
--
|
--
|
||||||
-- > import XMonad.Actions.CycleWS
|
-- > import XMonad.Actions.CycleWS
|
||||||
--
|
--
|
||||||
@ -51,13 +51,8 @@ import XMonad.Operations
|
|||||||
-- > , ((modMask .|. shiftMask, xK_Right), shiftToNext >> nextWS)
|
-- > , ((modMask .|. shiftMask, xK_Right), shiftToNext >> nextWS)
|
||||||
-- > , ((modMask .|. shiftMask, xK_Left), shiftToPrev >> prevWS)
|
-- > , ((modMask .|. shiftMask, xK_Left), shiftToPrev >> prevWS)
|
||||||
--
|
--
|
||||||
|
-- For detailed instructions on editing your key bindings, see
|
||||||
-- %import XMonad.Actions.CycleWS
|
-- "XMonad.Doc.Extending#Editing_key_bindings".
|
||||||
-- %keybind , ((modMask, xK_Right), nextWS)
|
|
||||||
-- %keybind , ((modMask, xK_Left), prevWS)
|
|
||||||
-- %keybind , ((modMask .|. shiftMask, xK_Right), shiftToNext)
|
|
||||||
-- %keybind , ((modMask .|. shiftMask, xK_Left), shiftToPrev)
|
|
||||||
-- %keybind , ((modMask, xK_t), toggleWS)
|
|
||||||
|
|
||||||
|
|
||||||
-- | Switch to next workspace
|
-- | Switch to next workspace
|
||||||
|
Loading…
x
Reference in New Issue
Block a user