# Width (in pixels or as percentage of the window) of the tab bar if
# it's vertical.
# Type: PercOrInt
-c.tabs.width = 240
+c.tabs.width = 360
# Minimum width (in pixels) of tabs (-1 for the default minimum size
# behavior). This setting only applies when tabs are horizontal. This
config.bind('ttr', 'set tabs.position right')
config.bind('ttt', 'set tabs.position top')
config.bind('tw1', 'set tabs.width 48')
-config.bind('tw2', 'set tabs.width 96')
-config.bind('tw3', 'set tabs.width 160')
-config.bind('tw4', 'set tabs.width 240')
-config.bind('tw5', 'set tabs.width 320')
-config.bind('tw6', 'set tabs.width 480')
+config.bind('tw2', 'set tabs.width 76')
+config.bind('tw3', 'set tabs.width 120')
+config.bind('tw4', 'set tabs.width 160')
+config.bind('tw5', 'set tabs.width 360')
+config.bind('tw6', 'set tabs.width 420')
# Bindings for insert mode
config.bind('<Alt+Shift+u>', 'spawn --userscript qute-keepassxc --key 285D16B66B11BD45BFD57B6CB22C3113D0E83104', mode='insert')