[qutebrowser] Scale down favicon and add padding to the tabs

This commit is contained in:
Sebastian Schulze 2022-04-22 10:18:57 +02:00
parent 37573b66af
commit a816eee2d0
No known key found for this signature in database
GPG Key ID: F6BA63C6A7D3044E
1 changed files with 2 additions and 1 deletions

View File

@ -9,9 +9,10 @@ c.spellcheck.languages = ["de-DE", "en-GB"]
c.editor.command = ["emacsclient", "--socket-name=server", "--create-frame", "{file}"]
c.fonts.tabs.selected = '10pt default_family'
c.fonts.tabs.unselected = '10pt default_family'
c.tabs.padding = {"bottom": 2, "left": 5, "right": 5, "top": 2}
c.tabs.padding = {"bottom": 3, "left": 5, "right": 5, "top": 3}
c.scrolling.smooth = True
c.tabs.title.format = "{audio}{index} {current_title}({host})"
c.tabs.favicon.scale = 0.8
c.new_instance_open_target = "tab-bg"
c.input.insert_mode.auto_load = True