You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For screens with high pixel density HiDPI (i.e. output scaling) support is essential. I rebased the branch support_wlr-output-management on top of main and added send_enter events, which appear to be used by surfaces to adjust their scale to the output. It seems to work for „normal“ windows, but not for waybar and XWayland windows. I’m stuck and have no idea why these are treated differently.
For screens with high pixel density HiDPI (i.e. output scaling) support is essential. I rebased the branch support_wlr-output-management on top of main and added send_enter events, which appear to be used by surfaces to adjust their scale to the output. It seems to work for „normal“ windows, but not for waybar and XWayland windows. I’m stuck and have no idea why these are treated differently.
How to reproduce: Use my branch from https://github.com/PromyLOPh/vivarium/tree/support_wlr-output-management, clone and build wlr-randr, run vivarium, run
./build/wlr-randr --output DP-1 --scale 2
to adjust output scale, start an XWayland application, make it floating and move it around:The text was updated successfully, but these errors were encountered: