fix qutebrowser mpv links

This commit is contained in:
tristan 2024-01-16 15:23:36 +00:00
parent acbe87ff33
commit 80f02f94a9

View file

@ -30,8 +30,8 @@
}; };
keyBindings = { keyBindings = {
normal = { normal = {
"gvy" = "spawn mpv {url}"; "gM" = "spawn mpv {url}";
"gvf" = "hint links spawn mpv {url}"; "M" = "hint links spawn mpv {hint-url}";
}; };
}; };
extraConfig = '' extraConfig = ''