qutebrowser: Open downloads with reasonable program

neomutt
Simon Bruder 2021-11-28 14:44:47 +01:00
parent 7ad9d52864
commit df865ebef9
Signed by: simon
GPG Key ID: 8D3C82F9F309F8EC
1 changed files with 4 additions and 1 deletions

View File

@ -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";