mirror of
https://github.com/niri-wm/niri.git
synced 2026-06-22 02:01:55 +07:00
Add is-urgent window rule matcher
This commit is contained in:
@@ -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:
|
||||
|
||||

|
||||
|
||||
#### `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>
|
||||
|
||||
Reference in New Issue
Block a user