mirror of
https://github.com/polybar/polybar.git
synced 2025-11-01 16:21:31 +00:00
The ewmh strategy has to be dropped because the `_NET_SUPPORTING_WM_CHECK` window may (at least in bspwm) appear anywhere in the window stack. To fix the overlapping monitors issue in #2873, we simply restack against the topmost of these root windows. Fixes #2972 Fixes #2873 (again)