diff options
| author | Ivan Molodetskikh <yalterz@gmail.com> | 2025-02-21 09:03:36 +0300 |
|---|---|---|
| committer | Ivan Molodetskikh <yalterz@gmail.com> | 2025-02-21 09:05:26 +0300 |
| commit | b94a5db8790339cf9134873d8b490be69e02ac71 (patch) | |
| tree | 60e8c0cfb77cd938da1e859d270487666bdfa55f /wiki/Configuration:-Layout.md | |
| parent | 4a4dcb85ef18127f05728d21afbc5d12b334a444 (diff) | |
| download | niri-b94a5db8790339cf9134873d8b490be69e02ac71.tar.gz niri-b94a5db8790339cf9134873d8b490be69e02ac71.tar.bz2 niri-b94a5db8790339cf9134873d8b490be69e02ac71.zip | |
Bump version to 25.02
Diffstat (limited to 'wiki/Configuration:-Layout.md')
| -rw-r--r-- | wiki/Configuration:-Layout.md | 15 |
1 files changed, 4 insertions, 11 deletions
diff --git a/wiki/Configuration:-Layout.md b/wiki/Configuration:-Layout.md index d3bd6aaf..45206673 100644 --- a/wiki/Configuration:-Layout.md +++ b/wiki/Configuration:-Layout.md @@ -142,7 +142,7 @@ layout { ### `default-column-display` -<sup>Since: next release</sup> +<sup>Since: 25.02</sup> Sets the default display mode for new columns. Can be `normal` or `tabbed`. @@ -168,7 +168,7 @@ Set the widths that the `switch-preset-column-width` action (Mod+R) toggles betw For example, you can perfectly fit four windows sized `proportion 0.25` on an output, regardless of the gaps setting. The default preset widths are <sup>1</sup>⁄<sub>3</sub>, <sup>1</sup>⁄<sub>2</sub> and <sup>2</sup>⁄<sub>3</sub> of the output. -`fixed` sets the width in logical pixels exactly. +`fixed` sets the window width in logical pixels exactly. ```kdl layout { @@ -182,13 +182,6 @@ layout { } ``` -> [!NOTE] -> Until next release, a preset `fixed` width does not take borders into account in the tiling layout. -> I.e., preset `fixed 1000` with 4-wide borders will make the window 992 logical pixels wide. -> This may eventually be corrected. -> -> All other ways of using `fixed` (i.e. `default-column-width` or `set-column-width`) do take borders into account and give you the exact window width that you request. - ### `default-column-width` Set the default width of the new windows. @@ -369,7 +362,7 @@ layout { ### `shadow` -<sup>Since: next release</sup> +<sup>Since: 25.02</sup> Shadow rendered behind a window. @@ -415,7 +408,7 @@ prefer-no-csd ### `tab-indicator` -<sup>Since: next release</sup> +<sup>Since: 25.02</sup> Controls the appearance of the tab indicator that appears next to columns in tabbed display mode. |
