Implement tabbed column display mode

This commit is contained in:
Ivan Molodetskikh
2025-02-01 10:46:52 +03:00
parent 55e2ea0c3b
commit f90eb0cbe4
10 changed files with 266 additions and 56 deletions
+15
View File
@@ -10,6 +10,7 @@ layout {
center-focused-column "never"
always-center-single-column
empty-workspace-above-first
default-column-display "tabbed"
preset-column-widths {
proportion 0.33333
@@ -123,6 +124,20 @@ layout {
}
```
### `default-column-display`
<sup>Since: next release</sup>
Sets the default display mode for new columns.
Can be `normal` or `tabbed`.
```kdl
// Make all new columns tabbed by default.
layout {
default-column-display "tabbed"
}
```
### `preset-column-widths`
Set the widths that the `switch-preset-column-width` action (Mod+R) toggles between.