mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-05-19 11:30:22 -07:00
fix commend in RotView.
This commit is contained in:
parent
46f39d9d42
commit
f8a5f1fd2b
@ -3,7 +3,7 @@ module XMonadContrib.RotView ( rotView ) where
|
|||||||
-- Provides bindings to cycle through non-empty workspaces.
|
-- Provides bindings to cycle through non-empty workspaces.
|
||||||
|
|
||||||
-- To use:
|
-- To use:
|
||||||
-- include XMonad.RotView
|
-- import XMonadContrib.RotView
|
||||||
|
|
||||||
-- , ((modMask .|. shiftMask, xK_Right), rotView True)
|
-- , ((modMask .|. shiftMask, xK_Right), rotView True)
|
||||||
-- , ((modMask .|. shiftMask, xK_Left), rotView False)
|
-- , ((modMask .|. shiftMask, xK_Left), rotView False)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user