dotfiles/.config/qutebrowser/egg
2026-01-07 13:56:52 +01:00

12 lines
283 B
Text

config.source("gruvbox.py")
#c.tabs.show = "multiple"
c.tabs.padding = {'top': 0, 'bottom': 0, 'left': 8, 'right': 8}
c.tabs.indicator.width = 0 # no tab indicators
c.tabs.width = '7%'
c.fonts.default_size = '14px'
c.content.blocking.enabled = True
config.load_autoconfig(False)