mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-05-19 03:20:21 -07:00
`WindowScreen` is a type synonym for the specialized `Screen` type, that results from the `WindowSet` definition in XMonad.Core. Having this type defined and exported in a central module saves extension developers from trying to reconstruct it, whenever the general `Screen i l a sid sd` is not suitable. Note: this should be moved to `XMonad.Core` in the next core release.