qutebrowser: Open downloads with reasonable program
This commit is contained in:
parent
7ad9d52864
commit
df865ebef9
|
@ -191,7 +191,10 @@ in
|
|||
auto_save.session = true;
|
||||
session.lazy_restore = true;
|
||||
content.autoplay = false;
|
||||
downloads.location.directory = "/tmp";
|
||||
downloads = {
|
||||
location.directory = "/tmp";
|
||||
open_dispatcher = "${pkgs.xdg-utils}/bin/xdg-open"; # QDesktopServices.openUrl always opens Firefox
|
||||
};
|
||||
editor.command = [ "alacritty" "-e" "nvim" "-f" "{file}" "-c" "normal {line}G{column0}l" ];
|
||||
spellcheck.languages = [ "de-DE" "en-GB" ];
|
||||
url.default_page = "about:blank";
|
||||
|
|
Loading…
Reference in a new issue