mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-07-31 04:01:51 -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
|
||||
|
@@ -14,11 +14,11 @@
|
||||
--
|
||||
-----------------------------------------------------------------------------
|
||||
|
||||
module XMonad.Hooks.WorkspaceHistory
|
||||
module XMonad.Hooks.WorkspaceHistory (
|
||||
-- * Usage
|
||||
-- $usage
|
||||
-- * Hooking
|
||||
( workspaceHistoryHook
|
||||
workspaceHistoryHook
|
||||
-- * Querying
|
||||
, workspaceHistory
|
||||
, workspaceHistoryByScreen
|
||||
|
Reference in New Issue
Block a user