From a2efaf2816f14ea437d88bc6b9253b1e347c4cee Mon Sep 17 00:00:00 2001 From: Ivan Molodetskikh Date: Sat, 10 May 2025 22:48:11 +0300 Subject: Add is-urgent window rule matcher --- wiki/Configuration:-Window-Rules.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'wiki') diff --git a/wiki/Configuration:-Window-Rules.md b/wiki/Configuration:-Window-Rules.md index 03af8d41..7a10859b 100644 --- a/wiki/Configuration:-Window-Rules.md +++ b/wiki/Configuration:-Window-Rules.md @@ -35,6 +35,7 @@ window-rule { match is-active-in-column=true match is-floating=true match is-window-cast-target=true + match is-urgent=true match at-startup=true // Properties that apply once upon window opening. @@ -286,6 +287,19 @@ Example: ![](https://github.com/user-attachments/assets/375b381e-3a87-4e94-8676-44404971d893) +#### `is-urgent` + +Since: next release + +Can be `true` or `false`. +Matches windows that request the user's attention. + +```kdl +window-rule { + match is-urgent=true +} +``` + #### `at-startup` Since: 0.1.6 -- cgit