diff options
Diffstat (limited to 'wiki/Configuration:-Window-Rules.md')
| -rw-r--r-- | wiki/Configuration:-Window-Rules.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/wiki/Configuration:-Window-Rules.md b/wiki/Configuration:-Window-Rules.md index 02a53a5f..f1be4680 100644 --- a/wiki/Configuration:-Window-Rules.md +++ b/wiki/Configuration:-Window-Rules.md @@ -32,6 +32,7 @@ window-rule { match app-id="Alacritty" match is-active=true match is-focused=false + match is-active-in-column=true // Properties that apply once upon window opening. default-column-width { proportion 0.75; } @@ -176,6 +177,8 @@ window-rule { #### `is-active-in-column` +<sup>Since: 0.1.6</sup> + Can be `true` or `false`. Matches the window that is the "active" window in its column. |
