mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-07-26 09:41:52 -07:00
fix commend in RotView.
This commit is contained in:
@@ -3,7 +3,7 @@ module XMonadContrib.RotView ( rotView ) where
|
||||
-- Provides bindings to cycle through non-empty workspaces.
|
||||
|
||||
-- To use:
|
||||
-- include XMonad.RotView
|
||||
-- import XMonadContrib.RotView
|
||||
|
||||
-- , ((modMask .|. shiftMask, xK_Right), rotView True)
|
||||
-- , ((modMask .|. shiftMask, xK_Left), rotView False)
|
||||
|
Reference in New Issue
Block a user