More qute config

This commit is contained in:
Charlotte Van Petegem 2021-07-30 11:57:23 +02:00
parent fd61d170fd
commit c05be1ed7d
No known key found for this signature in database
GPG key ID: 019E764B7184435A
2 changed files with 10 additions and 3 deletions

View file

@ -29,14 +29,21 @@
loadAutoconfig = true;
aliases = {
save-to-zotero = "jseval --quiet var d=document,s=d.createElement('script');s.src='https://www.zotero.org/bookmarklet/loader.js';(d.body?d.body:d.documentElement).appendChild(s);void(0);";
open-in-temp = "spawn qutebrowser --temp-basedir {url}";
hint-open-in-temp = "hint links spawn qutebrowser --temp-basedir {hint-url}";
};
keyBindings = {
normal = {
",m" = "hint links spawn umpv {hint-url}";
",M" = "hint --rapid links spawn umpv {hint-url}";
",p" = "spawn --userscript qute-pass";
"tt" = "open-in-temp";
"tT" = "hint-open-in-temp";
};
};
searchEngines = {
DEFAULT = "https://html.duckduckgo.com/html?q={}";
};
settings = {
auto_save.session = true;
confirm_quit = [ "downloads" ];