mirror of
https://github.com/niri-wm/niri.git
synced 2026-06-23 02:05:33 +07:00
wiki: Add a few missing things
This commit is contained in:
@@ -32,6 +32,7 @@ window-rule {
|
|||||||
match app-id="Alacritty"
|
match app-id="Alacritty"
|
||||||
match is-active=true
|
match is-active=true
|
||||||
match is-focused=false
|
match is-focused=false
|
||||||
|
match is-active-in-column=true
|
||||||
|
|
||||||
// Properties that apply once upon window opening.
|
// Properties that apply once upon window opening.
|
||||||
default-column-width { proportion 0.75; }
|
default-column-width { proportion 0.75; }
|
||||||
@@ -176,6 +177,8 @@ window-rule {
|
|||||||
|
|
||||||
#### `is-active-in-column`
|
#### `is-active-in-column`
|
||||||
|
|
||||||
|
<sup>Since: 0.1.6</sup>
|
||||||
|
|
||||||
Can be `true` or `false`.
|
Can be `true` or `false`.
|
||||||
Matches the window that is the "active" window in its column.
|
Matches the window that is the "active" window in its column.
|
||||||
|
|
||||||
|
|||||||
@@ -10,12 +10,16 @@ You can resize windows by holding <kbd>Mod</kbd> and the right mouse button.
|
|||||||
|
|
||||||
#### Reset Window Height
|
#### Reset Window Height
|
||||||
|
|
||||||
|
<sup>Since: 0.1.6</sup>
|
||||||
|
|
||||||
If you double-click on a top or bottom window resize edge, the window height will reset to automatic.
|
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 <kbd>Mod</kbd> + right click resizes.
|
This works with both window-initiated resizes (when using client-side decorations), and niri-initiated <kbd>Mod</kbd> + right click resizes.
|
||||||
|
|
||||||
#### Toggle Full Width
|
#### Toggle Full Width
|
||||||
|
|
||||||
|
<sup>Since: 0.1.6</sup>
|
||||||
|
|
||||||
If you double-click on a left or right window resize edge, the column will expand to the full workspace width.
|
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 <kbd>Mod</kbd> + right click resizes.
|
This works with both window-initiated resizes (when using client-side decorations), and niri-initiated <kbd>Mod</kbd> + right click resizes.
|
||||||
|
|||||||
Reference in New Issue
Block a user