wiki: Add hide-when-single-tab to default-column-display example

This commit is contained in:
Ivan Molodetskikh
2025-02-05 10:52:19 +03:00
parent 41e9ec1364
commit b163045757
+6
View File
@@ -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
}
}
```