mirror of
https://github.com/polybar/polybar.git
synced 2026-03-01 05:19:54 +00:00
Before the module would just try to evenly distribute desktops (workspaces) among the viewports. But since `_NET_DESKTOP_VIEWPORT` actually maps desktops to viewports, we can use that information to assign workspaces to the right viewport. Fixes #1849 Fixes #1764