xmonad-contrib-0.7: Third party extensions for xmonadSource codeContentsIndex
XMonad.Util.WorkspaceCompare
Portabilityunportable
Stabilityunstable
MaintainerSpencer Janssen <sjanssen@cse.unl.edu>
Description
Synopsis
type WorkspaceCompare = WorkspaceId -> WorkspaceId -> Ordering
type WorkspaceSort = [WindowSpace] -> [WindowSpace]
getWsIndex :: X (WorkspaceId -> Maybe Int)
getWsCompare :: X WorkspaceCompare
getWsCompareByTag :: X WorkspaceCompare
getXineramaWsCompare :: X WorkspaceCompare
mkWsSort :: X WorkspaceCompare -> X WorkspaceSort
getSortByIndex :: X WorkspaceSort
getSortByTag :: X WorkspaceSort
getSortByXineramaRule :: X WorkspaceSort
Documentation
type WorkspaceCompare = WorkspaceId -> WorkspaceId -> OrderingSource
type WorkspaceSort = [WindowSpace] -> [WindowSpace]Source
getWsIndex :: X (WorkspaceId -> Maybe Int)Source
Lookup the index of a workspace id in the user's config, return Nothing if that workspace does not exist in the config.
getWsCompare :: X WorkspaceCompareSource
A comparison function for WorkspaceId, based on the index of the tags in the user's config.
getWsCompareByTag :: X WorkspaceCompareSource
A simple comparison function that orders workspaces lexicographically by tag.
getXineramaWsCompare :: X WorkspaceCompareSource
A comparison function for Xinerama based on visibility, workspace and screen id. It produces the same ordering as XMonad.Hooks.DynamicLog.pprWindowSetXinerama.
mkWsSort :: X WorkspaceCompare -> X WorkspaceSortSource
Create a workspace sorting function from a workspace comparison function.
getSortByIndex :: X WorkspaceSortSource
Sort several workspaces according to their tags' indices in the user's config.
getSortByTag :: X WorkspaceSortSource
Sort workspaces lexicographically by tag.
getSortByXineramaRule :: X WorkspaceSortSource
Sort serveral workspaces for xinerama displays, in the same order produced by XMonad.Hooks.DynamicLog.pprWindowSetXinerama: first visible workspaces, sorted by screen, then hidden workspaces, sorted by tag.
Produced by Haddock version 2.3.0