mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-08-01 12:41:52 -07:00
X.L.IndependentScreens: Add workspacesOn, withScreen, fix marshallPP always sorting lexically
- Added `workspacesOn` for filtering workspaces on the current screen. - Added `withScreen` to specify names for a given single screen. - Added new aliases `PhysicalWindowSpace` and `VirtualWindowSpace` for a `WindowSpace` for easier to read function signatures. - Fixed a bug where `marshallPP` always sorted workspace names lexically. Fixes: https://github.com/xmonad/xmonad-contrib/issues/420
This commit is contained in:
@@ -18,7 +18,7 @@ module XMonad.Actions.CopyWindow (
|
||||
-- * Usage
|
||||
-- $usage
|
||||
copy, copyToAll, copyWindow, runOrCopy
|
||||
, killAllOtherCopies, kill1
|
||||
, killAllOtherCopies, kill1, taggedWindows, copiesOfOn
|
||||
-- * Highlight workspaces containing copies in logHook
|
||||
-- $logHook
|
||||
, wsContainingCopies
|
||||
|
Reference in New Issue
Block a user