diff --git a/include/mabox-rules.conf b/include/mabox-rules.conf index b0569eb..bda38ea 100644 --- a/include/mabox-rules.conf +++ b/include/mabox-rules.conf @@ -69,11 +69,7 @@ rules: ( blur-background = false; corner-radius = 0; }, -{ -match = "name = 'cavatransparent' || name = 'vistransparent'"; -blur-background = false; -shadow = false; -}, + { match = "class_g = 'skippy-xd-fix'"; blur-background = false; @@ -83,6 +79,21 @@ corner-radius = 0; }, @include "mabox-animations.conf" { +match = "name = 'cavatransparent' || name = 'vistransparent'"; +blur-background = false; +shadow = false; +animations = ( + { + triggers = ["hide"]; + preset = "slide-out"; + opacity = 1.0; + direction = "down"; + duration = 1.2; + delay = 0.5; + }, + ) +}, +{ @include "jgmenu.conf" }, {