Qutebrowser binding to open URL or hint on mpv
This commit is contained in:
parent
08640bc122
commit
9f99fabe5a
1 changed files with 6 additions and 0 deletions
|
@ -358,5 +358,11 @@ _: {
|
||||||
# color).
|
# color).
|
||||||
c.colors.webpage.bg = base00
|
c.colors.webpage.bg = base00
|
||||||
'';
|
'';
|
||||||
|
keyBindings = {
|
||||||
|
normal = {
|
||||||
|
",M" = "hint links spawn mpv {hint-url}";
|
||||||
|
",m" = "spawn mpv {url}";
|
||||||
|
};
|
||||||
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue