mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-07-31 04:01:51 -07:00
X.U.WorkspaceCompare: Update X.H.DynamicLog references
This commit is contained in:
@@ -66,7 +66,7 @@ getWsCompareByTag = return compare
|
||||
|
||||
-- | A comparison function for Xinerama based on visibility, workspace
|
||||
-- and screen id. It produces the same ordering as
|
||||
-- 'XMonad.Hooks.DynamicLog.pprWindowSetXinerama'.
|
||||
-- 'XMonad.Hooks.StatusBar.PP.pprWindowSetXinerama'.
|
||||
getXineramaWsCompare :: X WorkspaceCompare
|
||||
getXineramaWsCompare = getXineramaPhysicalWsCompare $ screenComparatorById compare
|
||||
|
||||
@@ -102,7 +102,7 @@ getSortByTag :: X WorkspaceSort
|
||||
getSortByTag = mkWsSort getWsCompareByTag
|
||||
|
||||
-- | Sort serveral workspaces for xinerama displays, in the same order
|
||||
-- produced by 'XMonad.Hooks.DynamicLog.pprWindowSetXinerama': first
|
||||
-- produced by 'XMonad.Hooks.StatusBar.PP.pprWindowSetXinerama': first
|
||||
-- visible workspaces, sorted by screen, then hidden workspaces,
|
||||
-- sorted by tag.
|
||||
getSortByXineramaRule :: X WorkspaceSort
|
||||
|
Reference in New Issue
Block a user