Fix download location in temporary browser
This commit is contained in:
parent
a8791331c5
commit
2576b38379
1 changed files with 2 additions and 2 deletions
|
@ -29,8 +29,8 @@
|
||||||
loadAutoconfig = true;
|
loadAutoconfig = true;
|
||||||
aliases = {
|
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);";
|
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}";
|
open-in-temp = "spawn qutebrowser --temp-basedir -s download.location.directory /home/charlotte/downloads {url}";
|
||||||
hint-open-in-temp = "hint links spawn qutebrowser --temp-basedir {hint-url}";
|
hint-open-in-temp = "hint links spawn qutebrowser --temp-basedir -s download.location.directory /home/charlotte/downloads {hint-url}";
|
||||||
};
|
};
|
||||||
keyBindings = {
|
keyBindings = {
|
||||||
normal = {
|
normal = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue