aboutsummaryrefslogtreecommitdiff
path: root/wiki
diff options
context:
space:
mode:
Diffstat (limited to 'wiki')
-rw-r--r--wiki/Configuration:-Window-Rules.md14
1 files changed, 14 insertions, 0 deletions
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`
+
+<sup>Since: next release</sup>
+
+Can be `true` or `false`.
+Matches windows that request the user's attention.
+
+```kdl
+window-rule {
+ match is-urgent=true
+}
+```
+
#### `at-startup`
<sup>Since: 0.1.6</sup>