xmonad-contrib-0.6: Third party extensions for xmonadSource codeContentsIndex
XMonad.Util.WorkspaceCompare
Portabilityunportable
Stabilityunstable
MaintainerSpencer Janssen <sjanssen@cse.unl.edu>
Description
Synopsis
getWsIndex :: X (WorkspaceId -> Maybe Int)
getWsCompare :: X (WorkspaceId -> WorkspaceId -> Ordering)
getSortByTag :: X ([WindowSpace] -> [WindowSpace])
Documentation
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 (WorkspaceId -> WorkspaceId -> Ordering)Source
A comparison function for WorkspaceId
getSortByTag :: X ([WindowSpace] -> [WindowSpace])Source
Sort several workspaces according to the order in getWsCompare
Produced by Haddock version 2.3.0