mirror of
https://github.com/niri-wm/niri.git
synced 2026-06-23 02:05:33 +07:00
Set is-active-in-column to true for unmapped windows (#934)
* Set is-active-in-column to true for unmapped windows * Update wiki/Configuration:-Window-Rules.md --------- Co-authored-by: Ivan Molodetskikh <yalterz@gmail.com>
This commit is contained in:
@@ -194,6 +194,8 @@ Matches the window that is the "active" window in its column.
|
||||
Contrary to `is-active`, there is always one `is-active-in-column` window in each column.
|
||||
It is the window that was last focused in the column, i.e. the one that will gain focus if this column is focused.
|
||||
|
||||
<sup>Since: next release</sup> This rule will match `true` during the initial window opening.
|
||||
|
||||
```kdl
|
||||
window-rule {
|
||||
match is-active-in-column=true
|
||||
|
||||
Reference in New Issue
Block a user