Add is-urgent window rule matcher

This commit is contained in:
Ivan Molodetskikh
2025-05-10 22:48:11 +03:00
parent 5816691460
commit a2efaf2816
4 changed files with 26 additions and 0 deletions
+14
View File
@@ -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>