qutebrowser is the default browser now

This commit is contained in:
Andrea Ciceri 2022-04-24 15:26:00 +02:00
parent 39521036fb
commit d4962d6fc3
No known key found for this signature in database
GPG key ID: A1FC89532D1C5654
4 changed files with 20 additions and 5 deletions

View file

@ -1,5 +1,19 @@
{
programs.qutebrowser = {
enable = true;
keyBindings = {
normal = {
"<Ctrl-V>" = "spawn mpv {url}";
",l" = ''config-cycle spellcheck.languages ["it-IT"] ["en-US"]'';
};
};
settings = {
editor.command = [
"emacsclient"
"+{line}:{column}"
"{file}"
"-c"
];
};
};
}