Take border into account for fixed preset-column-width for tiled windows

This commit is contained in:
Ivan Molodetskikh
2025-01-31 19:24:26 +03:00
parent 88c6778771
commit a0e2a15c60
10 changed files with 211 additions and 189 deletions
+1 -1
View File
@@ -146,7 +146,7 @@ layout {
```
> [!NOTE]
> Currently, due to an oversight, a preset `fixed` width does not take borders into account in the tiling layout.
> 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.
>