This commit is contained in:
Never Gude 2026-01-07 13:56:52 +01:00
parent e6714de34b
commit b0b4067a00
10 changed files with 2610 additions and 98 deletions

12
.config/qutebrowser/egg Normal file
View file

@ -0,0 +1,12 @@
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)