mpv shortcuts in qutebrowser

This commit is contained in:
Charlotte Van Petegem 2020-10-17 00:06:31 +02:00
parent fbdf99204a
commit a38d907959
No known key found for this signature in database
GPG key ID: 019E764B7184435A

View file

@ -4,6 +4,12 @@
home-manager.users.charlotte = { ... }: {
programs.qutebrowser = {
enable = true;
keyBindings = {
normal = {
"x" = "spawn --detach mpv {url}";
";x" = "hint links spawn --detach mpv {hint-url}";
};
};
extraConfig = ''
config.load_autoconfig()
'';