qtile / qtile

:cookie: A full-featured, hackable tiling window manager written and configured in Python (X11 + Wayland)
http://qtile.org
MIT License
4.83k stars 704 forks source link

Panel blurred with monitor scaling on Wayland #5093

Open lukash opened 1 week ago

lukash commented 1 week ago

Issue description

When scaling a monitor via wlr-randr, e.g.:

wlr-randr --output eDP-1 --scale 2

The panel is scaled to twice the size (which is correct, because its size should only change on this monitor and remain the same on the others), but it becomes blurred.

Version

0.29.0

Backend

Wayland (experimental)

Config

No response

Logs

No response

Required

elParaguayo commented 1 week ago

This is expected. We haven't implemented support for high resolution screens so this is just stretching text and icons rather than having qtile render them at a larger size directly.

I think there was a PR that tried to address this.

tpaniaki commented 1 week ago

3646