New Module: XMonad.Hooks.WorkspaceScreen

In a multi-head setup, it might be useful to have screen information of the
visible workspaces combined with the workspace name, for example in a status
bar. This module provides utility functions to do just that.
This commit is contained in:
Yecine Megdiche
2022-02-03 17:22:19 +01:00
parent 2d33f18dec
commit eb8da2dcb2
3 changed files with 112 additions and 0 deletions

View File

@@ -200,6 +200,7 @@ library
XMonad.Hooks.SetWMName
XMonad.Hooks.StatusBar
XMonad.Hooks.StatusBar.PP
XMonad.Hooks.StatusBar.WorkspaceScreen
XMonad.Hooks.TaffybarPagerHints
XMonad.Hooks.ToggleHook
XMonad.Hooks.UrgencyHook