mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-08-06 23:11:54 -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
|
-- | A comparison function for Xinerama based on visibility, workspace
|
||||||
-- and screen id. It produces the same ordering as
|
-- and screen id. It produces the same ordering as
|
||||||
-- 'XMonad.Hooks.DynamicLog.pprWindowSetXinerama'.
|
-- 'XMonad.Hooks.StatusBar.PP.pprWindowSetXinerama'.
|
||||||
getXineramaWsCompare :: X WorkspaceCompare
|
getXineramaWsCompare :: X WorkspaceCompare
|
||||||
getXineramaWsCompare = getXineramaPhysicalWsCompare $ screenComparatorById compare
|
getXineramaWsCompare = getXineramaPhysicalWsCompare $ screenComparatorById compare
|
||||||
|
|
||||||
@@ -102,7 +102,7 @@ getSortByTag :: X WorkspaceSort
|
|||||||
getSortByTag = mkWsSort getWsCompareByTag
|
getSortByTag = mkWsSort getWsCompareByTag
|
||||||
|
|
||||||
-- | Sort serveral workspaces for xinerama displays, in the same order
|
-- | 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,
|
-- visible workspaces, sorted by screen, then hidden workspaces,
|
||||||
-- sorted by tag.
|
-- sorted by tag.
|
||||||
getSortByXineramaRule :: X WorkspaceSort
|
getSortByXineramaRule :: X WorkspaceSort
|
||||||
|
Reference in New Issue
Block a user