-
-
Notifications
You must be signed in to change notification settings - Fork 591
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
Blur foreground? #489
Comments
no, it's not possible to blur the foreground of inactive windows now you can try to achieve something like this by using inversion in opacity rules and blur exclusions to give all inactive windows opacity and blur, idk how it'll look tho |
@rajansaini691 I would be happy to review such PR. If you are going to do it, please implement it for the experimental backends. I think it should be pretty easily achievable. |
@mighty9245 Thanks. I'll probably just directly implement it, then. @yshui Awesome! Which branch should I use? Is it the next branch? Also, I'm trying to think of a good function name; how does |
@rajansaini691 I think it should be possible to reuse most of the current implementation for blurring as is and just change the sampling source. No need to re-implement the actual blurring magic. 😉 |
First of all, thanks for maintaining this repo!
Is it possible to blur the foreground of inactive windows? Kind of like typora's focus mode? If not, I'd be happy to add a PR, just let me know what would be least intrusive.
The text was updated successfully, but these errors were encountered: