qutebrowser
is the default browser now
This commit is contained in:
parent
39521036fb
commit
d4962d6fc3
4 changed files with 20 additions and 5 deletions
|
@ -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"
|
||||
];
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue