diff options
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. |
