diff --git a/qutebrowser/config.py b/qutebrowser/config.py index 78bc4530..0e3fc705 100644 --- a/qutebrowser/config.py +++ b/qutebrowser/config.py @@ -40,6 +40,8 @@ config.bind(',Q', 'hint links spawn --detach qrcode {hint-url}') # - right c.tabs.position = 'left' +c.tabs.show = 'switching' + # Width (in pixels or as percentage of the window) of the tab bar if # it's vertical. # Type: PercOrInt