aunetx / blur-my-shell

Extension that adds a blur look to different parts of the GNOME Shell, including the top panel, dash and overview
https://extensions.gnome.org/extension/3193/blur-my-shell/
GNU General Public License v3.0
1.57k stars 88 forks source link

[Feature Request] Application Blur | Option to ignore full screen windows #509

Open SelynCatto opened 10 months ago

SelynCatto commented 10 months ago

I'd like an option to if application blur is enabled on e.g all apps by default, ignore apps that are full screen, for example games etc.

utsav0904 commented 10 months ago

+1 to that

aunetx commented 7 months ago

Hello, I implemented a similar option in latest commits, that is ignoring focused windows (fullscreen or not). This way, the window you are working on (be it a game, IDE, firefox...) is not blurred so that you have good performances and legibility, and the background windows are blurred.

Is this okay for you?

utsav0904 commented 7 months ago

This sounds okay but from some focused windows I need blurred screen, e.g., terminal or code editor where I want background blur. By this commit I'll lose blur effect on those use cases so technically it's like not using blur-my-shell.

aunetx commented 7 months ago

Of course, this behaviour can be disabled in preferences. I plan to add per-window configuration about it, however that's quite hard to implement!

I will see about ignoring fullscreen windows too!

TiagoCraft commented 7 months ago

thx Aurelien. got to your extension specifically looking for this behaviour! Slightly bluring BG applicatons drives attention to the focused window and makes more obvious which one has keyboard focus. it kind of mimics atmospheric perspective, something i even tried to do and gave up as i lacked GJS skills to do.