Replies: 3 comments 4 replies
-
Sorry for the late reply, I was just researching about this and found the solution. |
Beta Was this translation helpful? Give feedback.
-
You can use regex to match everything except the things you want to blur. Here is the snippet that I use:
You can expand this rule to include as many programs as you'd like. |
Beta Was this translation helpful? Give feedback.
-
I had the same issue and I had to enable
Then, setting opacity for apps would also enable blur (ex. |
Beta Was this translation helpful? Give feedback.
-
Most windows are opaque and some transparent windows may preferably not have a blurred background (like certain splash screens). I would like to only enable blur for specific classes, like the terminal and wofi but leave the rest without blur.
I have already tried using a windowrulev2 with noblur and negative lookahead in the regex but that did not do anything.
How can I achieve this?
Beta Was this translation helpful? Give feedback.
All reactions