Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wayland WLRQ: Clear the old background with cairo #4785

Merged
merged 1 commit into from May 3, 2024

Conversation

jwijenbergh
Copy link
Contributor

There is now a bug that the old background is never cleared (from #4621). Let's use cairo for that (and fill the empty space with black). But, let's still do the scaling using the GPU.

Hopefully fixes: #4772 and also now if you apply a wallpaper but it doesn't fully contain the whole screen (mode=""), the empty space is now black instead of the old wallpaper. As far as I can tell this also was a bug before #4621

There is now a bug that the old background is never cleared (from qtile#4621). Let's
use cairo for that (and fill the empty space with black). But, let's
still do the scaling using the GPU.

Hopefully fixes: qtile#4772 and also now if you apply a wallpaper but it
doesn't fully contain the whole screen (mode=""), the empty space is
now black instead of the old wallpaper. As far as I can tell this
also was a bug before qtile#4621
@elParaguayo elParaguayo merged commit 53f3711 into qtile:master May 3, 2024
21 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

applying a wallpaper image does not get rid of the old one
2 participants