1
0
mirror of https://github.com/gryf/tabbedalt.git synced 2025-12-17 11:30:31 +01:00

Hide tab even if there is "new" button.

It doesn't make sense to distinguish between state when there is only
one tab with "new" button visible or not. Let's keep it simple.
This commit is contained in:
2022-02-23 18:27:03 +01:00
parent 7d10c9f4f5
commit b0e86d5370
2 changed files with 5 additions and 11 deletions

View File

@@ -130,15 +130,11 @@ space::
Autohide
~~~~~~~~
To hide tab bar, when there is a single tab, the following resource need to be
set to true::
By default tab bar would be visible even with only one tab. To hide tab bar,
when there is a single tab, the following resource need to be set to true::
URxvt.tabbedalt.autohide: true
By default tab bar would be visible even with only one tab. Note, that it will
be visible regardless of this option, when ``new-button`` is set. So to make
that option work, you'll need to also disable new-button.
Actions
~~~~~~~