mirror of
https://github.com/niri-wm/niri.git
synced 2026-06-21 02:01:55 +07:00
wiki: Add hide-when-single-tab to default-column-display example
This commit is contained in:
@@ -148,6 +148,12 @@ Can be `normal` or `tabbed`.
|
||||
// Make all new columns tabbed by default.
|
||||
layout {
|
||||
default-column-display "tabbed"
|
||||
|
||||
// You may also want to hide the tab indicator
|
||||
// when there's only a single window in a column.
|
||||
tab-indicator {
|
||||
hide-when-single-tab
|
||||
}
|
||||
}
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user