Add rule to remove blur for slop
This commit is contained in:
parent
f66128e80f
commit
f88063f53c
@ -158,7 +158,7 @@ shadow-exclude = [];
|
|||||||
|
|
||||||
# Fade windows in/out when opening/closing and when opacity changes,
|
# Fade windows in/out when opening/closing and when opacity changes,
|
||||||
# unless no-fading-openclose is used.
|
# unless no-fading-openclose is used.
|
||||||
fading = true
|
fading = false
|
||||||
|
|
||||||
# Opacity change between steps while fading in. (0.01 - 1.0, defaults to 0.028)
|
# Opacity change between steps while fading in. (0.01 - 1.0, defaults to 0.028)
|
||||||
# fade-in-step = 0.028
|
# fade-in-step = 0.028
|
||||||
@ -478,5 +478,7 @@ rules = (
|
|||||||
triggers = ["open"];
|
triggers = ["open"];
|
||||||
preset = "slide-in";
|
preset = "slide-in";
|
||||||
direction ="right"
|
direction ="right"
|
||||||
|
})},
|
||||||
|
{match = "name = 'slop'"; blur-background =false; animations =({
|
||||||
})}
|
})}
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user