mpv shortcuts in qutebrowser
This commit is contained in:
parent
fbdf99204a
commit
a38d907959
1 changed files with 6 additions and 0 deletions
|
@ -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()
|
||||
'';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue