active and inactive opacity with rules #1449
whoami212
started this conversation in
Configuraiton
Replies: 3 comments
-
|
Can you post full config and recording of the issue? I didcannot reproduce this issue. |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
ah, you need to add an animation for opacity changes, then |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
这是我的配置,支持活动状态和不活动状态的透明度变化 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
When using the new rules for stuff like fly in and fly out animations, I can't find a way to set the active and inactive opacity for windows. When setting it with the "old-style" rules, I get an error saying that I cannot use the new rules and old-style rules at the same time. I have also tried setting it within the new rules using, " match = "window_type *= 'normal' && focused = true && !class_g = 'Rofi' && !class_g = 'flameshot' && !class_g *= 'powermenu' && !class_g *= 'lock' && !class_g = 'Polybar'";
opacity = 1.0;"
This seems to fix the issue of the inactive and active opacity, however it completely takes away the animations of the focused tab that is at full opacity.
Beta Was this translation helpful? Give feedback.
All reactions