mirror of
https://github.com/niri-wm/niri.git
synced 2026-06-22 02:01:55 +07:00
Implement tabbed column display mode
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user