qutebrowser: remove smooth scrolling, enable more keys for hints

This commit is contained in:
dogeystamp 2022-08-01 16:07:43 -04:00
parent 648b1ec213
commit 4e6abf6c00
Signed by: dogeystamp
GPG Key ID: 7225FE3592EFFA38

View File

@ -17,7 +17,7 @@ c.window.transparent = True
# General settings
c.scrolling.smooth = True
c.scrolling.smooth = False
c.url.default_page = "about:blank"
c.url.start_pages = "about:blank"
c.url.searchengines = {"DEFAULT":"https://searx.be/search?q={}"}
@ -36,7 +36,7 @@ c.statusbar.show = "in-mode"
c.hints.border = "1px dotted white"
c.hints.radius = 10
c.hints.chars = "asdf"
c.hints.chars = "asdfhjkl"
# Privacy settings