mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-05-19 11:30:22 -07:00
Typo in PhysicalScreens.hs
The documentation has a typo so copying and pasting the example does not work.
This commit is contained in:
parent
16836b6f91
commit
62d161ca4e
@ -63,7 +63,7 @@ Example usage in your @~\/.xmonad\/xmonad.hs@ file:
|
|||||||
> --
|
> --
|
||||||
> [((modm .|. mask, key), f sc)
|
> [((modm .|. mask, key), f sc)
|
||||||
> | (key, sc) <- zip [xK_w, xK_e, xK_r] [0..]
|
> | (key, sc) <- zip [xK_w, xK_e, xK_r] [0..]
|
||||||
> , (f, mask) <- [(viewScreen, 0), (sendToScreen def, shiftMask)]]
|
> , (f, mask) <- [(viewScreen def, 0), (sendToScreen def, shiftMask)]]
|
||||||
|
|
||||||
For detailed instructions on editing your key bindings, see
|
For detailed instructions on editing your key bindings, see
|
||||||
"XMonad.Doc.Extending#Editing_key_bindings".
|
"XMonad.Doc.Extending#Editing_key_bindings".
|
||||||
|
Loading…
x
Reference in New Issue
Block a user