diff --git a/configs/mabox-jaskier.conf b/configs/mabox-jaskier.conf index f3cc46e..975b803 100644 --- a/configs/mabox-jaskier.conf +++ b/configs/mabox-jaskier.conf @@ -187,7 +187,7 @@ detect-client-opacity = true; # when redirecting/unredirecting windows. # # Default: false -# unredir-if-possible = false +unredir-if-possible = true; # Delay before unredirecting the window, in milliseconds. # diff --git a/include/mabox-animations.conf b/include/mabox-animations.conf index e7247fe..0994664 100644 --- a/include/mabox-animations.conf +++ b/include/mabox-animations.conf @@ -96,6 +96,7 @@ { match = "name = 'Quake Term'"; corner-radius = 0; + opacity = 1.0; animations = ( { triggers = ["close", "hide"]; @@ -113,6 +114,7 @@ }, { match = "name = 'Quake Radio'"; + opacity = 1.0; animations = ( { triggers = ["close", "hide"]; diff --git a/include/mabox-rules.conf b/include/mabox-rules.conf index 6d268a0..b0569eb 100644 --- a/include/mabox-rules.conf +++ b/include/mabox-rules.conf @@ -74,6 +74,13 @@ match = "name = 'cavatransparent' || name = 'vistransparent'"; blur-background = false; shadow = false; }, +{ +match = "class_g = 'skippy-xd-fix'"; +blur-background = false; +opacity = 1.0; +shadow = false; +corner-radius = 0; +}, @include "mabox-animations.conf" { @include "jgmenu.conf" diff --git a/include/win-active.conf b/include/win-active.conf new file mode 100644 index 0000000..9ab48a9 --- /dev/null +++ b/include/win-active.conf @@ -0,0 +1,6 @@ +# NORMAL focused (active) windows +match = "focused && window_type = 'normal'"; +blur-background = false; +shadow = true; +opacity = 1.0; +dim = 0;