[qutebrowser] Use xcb platform for now and reorder the tab titles

This commit is contained in:
Sebastian Schulze 2022-02-04 20:54:31 +01:00
parent 7bd1905002
commit 0fc7608f90
No known key found for this signature in database
GPG Key ID: F6BA63C6A7D3044E
1 changed files with 3 additions and 1 deletions

View File

@ -3,13 +3,15 @@ c.content.user_stylesheets = ['/home/bascht/.local/share/user-content.css']
c.fonts.default_family = "JetBrains Mono"
c.fonts.web.family.sans_serif = "IBM Plex Sans"
c.fonts.web.family.fixed = "JetBrains Mono"
c.qt.force_platform="xcb"
c.qt.force_software_rendering="none"
c.editor.command = ["emacsclient", "--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.scrolling.smooth = True
c.tabs.title.format = "{audio}{index} {host}: {current_title}"
c.tabs.title.format = "{audio}{index} {current_title}({host})"
c.new_instance_open_target = "tab-bg"
c.input.insert_mode.auto_load = True