mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-05-19 03:20:21 -07:00
add a few docs (very sparse) to DynamicWorkspaces.
This commit is contained in:
parent
77be696976
commit
9c915ef65d
@ -37,9 +37,11 @@ import XMonad.Prompt ( XPConfig, mkXPrompt, XPrompt(..) )
|
|||||||
--
|
--
|
||||||
-- > import XMonad.Actions.DynamicWorkspaces
|
-- > import XMonad.Actions.DynamicWorkspaces
|
||||||
--
|
--
|
||||||
-- > , ((modMask .|. shiftMask, xK_n), selectWorkspace defaultXPConfig)
|
|
||||||
-- > , ((modMask .|. shiftMask, xK_BackSpace), removeWorkspace)
|
-- > , ((modMask .|. shiftMask, xK_BackSpace), removeWorkspace)
|
||||||
-- > , ((modMask .|. shiftMask .|. controlMask, xK_r), renameWorkspace defaultXPConfig)
|
-- > , ((modMask x .|. shiftMask, xK_v ), selectWorkspace defaultXPConfig)
|
||||||
|
-- > , ((modMask x, xK_m ), withWorkspace defaultXPConfig (windows . W.shift))
|
||||||
|
-- > , ((modMask x .|. shiftMask, xK_m ), withWorkspace defaultXPConfig (windows . copy))
|
||||||
|
-- > , ((modMask x .|. shiftMask, xK_r ), renameWorkspace defaultXPConfig)
|
||||||
--
|
--
|
||||||
-- > -- mod-[1..9] %! Switch to workspace N
|
-- > -- mod-[1..9] %! Switch to workspace N
|
||||||
-- > -- mod-shift-[1..9] %! Move client to workspace N
|
-- > -- mod-shift-[1..9] %! Move client to workspace N
|
||||||
|
Loading…
x
Reference in New Issue
Block a user