diff options
| -rw-r--r-- | wiki/Configuration:-Layout.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/wiki/Configuration:-Layout.md b/wiki/Configuration:-Layout.md index 253d03c4..268aa2ba 100644 --- a/wiki/Configuration:-Layout.md +++ b/wiki/Configuration:-Layout.md @@ -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 + } } ``` |
