From 75393faca37aa6639bd5815e1b7936db2f5592ac Mon Sep 17 00:00:00 2001 From: Ivan Molodetskikh Date: Sat, 11 May 2024 12:55:18 +0400 Subject: wiki: Add a few missing things --- wiki/Configuration:-Window-Rules.md | 3 +++ wiki/Gestures.md | 4 ++++ 2 files changed, 7 insertions(+) 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` +Since: 0.1.6 + Can be `true` or `false`. Matches the window that is the "active" window in its column. diff --git a/wiki/Gestures.md b/wiki/Gestures.md index 03d9f11c..20b14547 100644 --- a/wiki/Gestures.md +++ b/wiki/Gestures.md @@ -10,12 +10,16 @@ You can resize windows by holding Mod and the right mouse button. #### Reset Window Height +Since: 0.1.6 + If you double-click on a top or bottom window resize edge, the window height will reset to automatic. This works with both window-initiated resizes (when using client-side decorations), and niri-initiated Mod + right click resizes. #### Toggle Full Width +Since: 0.1.6 + If you double-click on a left or right window resize edge, the column will expand to the full workspace width. This works with both window-initiated resizes (when using client-side decorations), and niri-initiated Mod + right click resizes. -- cgit