From b7ed2fb82a19afe73e3e51ef2331ac6ad9c175a0 Mon Sep 17 00:00:00 2001 From: Ivan Molodetskikh Date: Sat, 23 Mar 2024 14:38:07 +0400 Subject: Add is-active window rule matcher --- resources/default-config.kdl | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'resources') diff --git a/resources/default-config.kdl b/resources/default-config.kdl index 6534fe15..55bff24d 100644 --- a/resources/default-config.kdl +++ b/resources/default-config.kdl @@ -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. -- cgit