Add is-active window rule matcher

This commit is contained in:
Ivan Molodetskikh
2024-03-23 14:38:07 +04:00
parent f3f02aca20
commit b7ed2fb82a
9 changed files with 126 additions and 26 deletions
+4
View File
@@ -364,6 +364,10 @@ animations {
// Raw KDL strings are helpful here.
exclude app-id=r#"\.unwanted\."#
// One more way to match is by whether the window is active
// (same as when it uses the active border color).
match is-active=true
// Here are the properties that you can set on a window rule.
// These properties apply once, when a window first opens.