mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-07-31 20:21:51 -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:
@@ -25,7 +25,7 @@ import XMonad.Hooks.DynamicLog
|
||||
import XMonad.Hooks.ManageDocks
|
||||
import XMonad.Hooks.ManageHelpers
|
||||
import XMonad.Layout.Grid
|
||||
import XMonad.Layout.IndependentScreens
|
||||
import XMonad.Layout.IndependentScreens hiding (withScreen)
|
||||
import XMonad.Layout.Magnifier
|
||||
import XMonad.Layout.NoBorders
|
||||
import XMonad.Prelude
|
||||
|
Reference in New Issue
Block a user