qutebrowser: don't toggle to all in cookie settings toggle

This commit is contained in:
Charlotte Van Petegem 2021-08-16 15:44:45 +02:00
parent c2dc7b3621
commit a8791331c5
No known key found for this signature in database
GPG key ID: 019E764B7184435A

View file

@ -37,8 +37,18 @@
",m" = "hint links spawn umpv {hint-url}";
",M" = "hint --rapid links spawn umpv {hint-url}";
",p" = "spawn --userscript qute-pass";
# Toggle all by opening in temporary browser
"tt" = "open-in-temp";
"tT" = "hint-open-in-temp";
# Cookie toggle (all removed from defaults)
"tCH" = "config-cycle -p -u *://*.{url:host}/* content.cookies.accept no-3rdparty never ;; reload";
"tCh" = "config-cycle -p -u *://{url:host}/* content.cookies.accept no-3rdparty never ;; reload";
"tCu" = "config-cycle -p -u {url} content.cookies.accept no-3rdparty never ;; reload";
"tcH" = "config-cycle -p -t -u *://*.{url:host}/* content.cookies.accept no-3rdparty never ;; reload";
"tch" = "config-cycle -p -t -u *://{url:host}/* content.cookies.accept no-3rdparty never ;; reload";
"tcu" = "config-cycle -p -t -u {url} content.cookies.accept no-3rdparty never ;; reload";
};
};
searchEngines = {