mirror of
https://github.com/polybar/polybar.git
synced 2026-02-08 09:45:35 +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