mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-08-14 11:45:54 -07:00
- 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