mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-05-19 03:20:21 -07:00
Combo: some haddock formatting
This commit is contained in:
parent
51d6066d15
commit
e472709986
@ -51,10 +51,10 @@ import qualified XMonad.StackSet as W ( differentiate )
|
||||
-- each sublayout. To do this, use "XMonad.Layout.WindowNavigation",
|
||||
-- and add the following key bindings (or something similar):
|
||||
--
|
||||
-- , ((modMask .|. controlMask .|. shiftMask, xK_Right), sendMessage $ Move R)
|
||||
-- , ((modMask .|. controlMask .|. shiftMask, xK_Left), sendMessage $ Move L)
|
||||
-- , ((modMask .|. controlMask .|. shiftMask, xK_Up), sendMessage $ Move U)
|
||||
-- , ((modMask .|. controlMask .|. shiftMask, xK_Down), sendMessage $ Move D)
|
||||
-- > , ((modMask x .|. controlMask .|. shiftMask, xK_Right), sendMessage $ Move R)
|
||||
-- > , ((modMask x .|. controlMask .|. shiftMask, xK_Left ), sendMessage $ Move L)
|
||||
-- > , ((modMask x .|. controlMask .|. shiftMask, xK_Up ), sendMessage $ Move U)
|
||||
-- > , ((modMask x .|. controlMask .|. shiftMask, xK_Down ), sendMessage $ Move D)
|
||||
--
|
||||
-- For detailed instruction on editing the key binding see
|
||||
-- "XMonad.Doc.Extending#Editing_key_bindings".
|
||||
|
Loading…
x
Reference in New Issue
Block a user