[Qutebrowser] Tabs on top

This commit is contained in:
Marcel Kapfer 2022-02-15 20:06:04 +01:00
parent 5dc0ddbf1d
commit b5049bb988
Signed by: mmk2410
GPG Key ID: CADE6F0C09F21B09
1 changed files with 1 additions and 1 deletions

View File

@ -148,7 +148,7 @@ c.tabs.padding = {'bottom': 3, 'left': 5, 'right': 5, 'top': 3}
# - bottom
# - left
# - right
c.tabs.position = 'left'
c.tabs.position = 'top'
# Width (in pixels or as percentage of the window) of the tab bar if
# it's vertical.