From b94a5db8790339cf9134873d8b490be69e02ac71 Mon Sep 17 00:00:00 2001 From: Ivan Molodetskikh Date: Fri, 21 Feb 2025 09:03:36 +0300 Subject: Bump version to 25.02 --- wiki/Configuration:-Layout.md | 15 ++++----------- 1 file changed, 4 insertions(+), 11 deletions(-) (limited to 'wiki/Configuration:-Layout.md') 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` -Since: next release +Since: 25.02 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 13, 12 and 23 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` -Since: next release +Since: 25.02 Shadow rendered behind a window. @@ -415,7 +408,7 @@ prefer-no-csd ### `tab-indicator` -Since: next release +Since: 25.02 Controls the appearance of the tab indicator that appears next to columns in tabbed display mode. -- cgit