From b1630457571330335ece184ca5e7a1c1acffb107 Mon Sep 17 00:00:00 2001 From: Ivan Molodetskikh Date: Wed, 5 Feb 2025 10:52:19 +0300 Subject: wiki: Add hide-when-single-tab to default-column-display example --- wiki/Configuration:-Layout.md | 6 ++++++ 1 file changed, 6 insertions(+) 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 + } } ``` -- cgit