qutebrowser tweaks

This commit is contained in:
Henrik Bakken
2024-01-11 01:13:08 +01:00
parent 6f0637abfe
commit 9867b5ba80
2 changed files with 4 additions and 2 deletions
+2 -1
View File
@@ -24,7 +24,7 @@ config.bind("pw", "spawn --userscript qute-bitwarden")
config.bind("tm", "tab-move")
config.bind("to", "tab-focus")
config.bind("ø", "cmd-set-text :")
config.bind("m", 'cmd-set-text :quickmark-add {url:pretty} "{date} {title}"', mode="normal")
config.bind("m", 'cmd-set-text :quickmark-add {url:pretty} "', mode="normal")
config.bind("D", "tab-close")
config.unbind("d", mode="normal") # delete tab
config.unbind("q", mode="normal") # macro recording
@@ -42,6 +42,7 @@ c.completion.open_categories = [
"filesystem",
]
c.completion.web_history.max_items = 10000
c.completion.height = "100%"
c.content.autoplay = False
c.content.geolocation = False
c.content.cache.size = 52428800