mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-07-26 09:41:52 -07:00
trivial changes to fix haddock documentation
This commit is contained in:
@@ -1,9 +1,3 @@
|
||||
module XMonad.Actions.CycleWorkspaceByScreen
|
||||
( cycleWorkspaceOnScreen
|
||||
, cycleWorkspaceOnCurrentScreen
|
||||
, handleKeyEvent
|
||||
, repeatableAction
|
||||
) where
|
||||
|
||||
-----------------------------------------------------------------------------
|
||||
-- |
|
||||
@@ -20,6 +14,15 @@ module XMonad.Actions.CycleWorkspaceByScreen
|
||||
--
|
||||
-----------------------------------------------------------------------------
|
||||
|
||||
module XMonad.Actions.CycleWorkspaceByScreen
|
||||
( -- * Usage
|
||||
-- $usage
|
||||
cycleWorkspaceOnScreen
|
||||
, cycleWorkspaceOnCurrentScreen
|
||||
, handleKeyEvent
|
||||
, repeatableAction
|
||||
) where
|
||||
|
||||
import Control.Monad
|
||||
import Data.IORef
|
||||
import Data.List
|
||||
|
Reference in New Issue
Block a user