Qutebrowser binding to open URL or hint on mpv

This commit is contained in:
Yorick Barbanneau 2023-09-23 00:51:56 +02:00
parent 08640bc122
commit 9f99fabe5a

View file

@ -358,5 +358,11 @@ _: {
# color).
c.colors.webpage.bg = base00
'';
keyBindings = {
normal = {
",M" = "hint links spawn mpv {hint-url}";
",m" = "spawn mpv {url}";
};
};
};
}