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

Application blur is automatically off when fullscreen, BUT only in Wayland #624

Open
FelixFourcolor opened this issue Jul 15, 2024 · 4 comments

Comments

@FelixFourcolor
Copy link

In X11, it makes no difference to application blur when the app goes fullscreen.
Screencast from 2024-07-15 15-31-25.webm

(This applies to all apps when you're in an X11 session, or XWayland apps when you're in Wayland).

In Wayland, application blur is automatically off when the app goes fullscreen.
Screencast from 2024-07-15 15-32-00.webm

I don't know whether this is intended -- I don't see it documented anywhere -- but it's a genius feature! I love it when coding or watching videos or reading documents, going fullscreen is like turning on focus mode.

If this is not intended, please don't fix it, I love it very much. And I'd love it if you implemented it for X11 apps as well.

@aunetx
Copy link
Owner

aunetx commented Aug 16, 2024

Hello, does this still happen with https://extensions.gnome.org/extension/1873/disable-unredirect-fullscreen-windows/ enabled? If not, then it is not intended! I implemented "opaque focused window" for a similar behaviour recently (so that every focused window is opaque, which helps focusing on it a lot); maybe I can extend that have "opaque maximized window" too!

@FelixFourcolor
Copy link
Author

That extension makes no difference.

maybe I can extend that have "opaque maximized window" too!

Nice, thanks in advance! (I'd prefer "opaque fullscreen window" though, just like how it currently works in Wayland. But either is fine.)

@aunetx
Copy link
Owner

aunetx commented Aug 18, 2024

I tried working on this in #640, but to be honest you should not use it because it is only half-baked, does not work correctly and has no advantage in terms of performances (blur is not deactivated, but only hidden).

I will try to implement it in a real way later, but first I need to change some things internally (it will probably be done at the same time as the rewrite of #325, so not too soon). Sorry about that

@FelixFourcolor
Copy link
Author

Don't worry about it. I open this issue mostly so that you won't discover this behavior yourself and "fix" it, because my workflow really depends on it. It would be nice if it worked in X11 as well, but it's not a big deal.

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

No branches or pull requests

2 participants