mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-05-19 11:30:22 -07:00
Update documentation of LinkWorkspaces Module
This commit is contained in:
parent
3722f48da9
commit
0fcb4ae238
@ -52,7 +52,7 @@ import qualified Data.Map as M
|
||||
-- > ,((modm .|. shiftMask, xK_p), removeAllMatchings message)
|
||||
--
|
||||
-- > [ ((modm .|. m, k), a i)
|
||||
-- > | (a, m) <- [(switchWS view message, 0),(\x -> switchWS (shift x . view x) message, shiftMask)]
|
||||
-- > | (a, m) <- [(switchWS (\y -> windows $ view y) message, 0),(switchWS (\x -> windows $ shift x . view x) message, shiftMask)]
|
||||
-- > , (i, k) <- zip [1..] [xK_1 .. xK_9]]
|
||||
--
|
||||
-- For detailed instructions on editing your key bindings, see
|
||||
|
Loading…
x
Reference in New Issue
Block a user