idk
This commit is contained in:
parent
e6714de34b
commit
b0b4067a00
10 changed files with 2610 additions and 98 deletions
12
.config/qutebrowser/egg
Normal file
12
.config/qutebrowser/egg
Normal 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)
|
||||
Loading…
Add table
Add a link
Reference in a new issue