diff options
author | neodarz <neodarz@neodarz.net> | 2020-10-06 21:43:04 +0200 |
---|---|---|
committer | neodarz <neodarz@neodarz.net> | 2020-10-06 21:43:04 +0200 |
commit | a9933887eca7a6885f6f738845f846a5f8f5a114 (patch) | |
tree | 7b8862233827c448e5bf91221c96524592f9b016 /dotfiles/waterfox | |
parent | 52060dfbdfac04938393b4fdc441415fa08abe6e (diff) | |
download | dotfiles_dotdrop-a9933887eca7a6885f6f738845f846a5f8f5a114.tar.xz dotfiles_dotdrop-a9933887eca7a6885f6f738845f846a5f8f5a114.zip |
Add ability to launch a video via a mpv from firefox
It just send the url to an mpv instance, for example launched via
mpv --idle
Diffstat (limited to 'dotfiles/waterfox')
-rw-r--r-- | dotfiles/waterfox/native-messaging-hosts/ff2mpv.json | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/dotfiles/waterfox/native-messaging-hosts/ff2mpv.json b/dotfiles/waterfox/native-messaging-hosts/ff2mpv.json new file mode 100644 index 0000000..78a1186 --- /dev/null +++ b/dotfiles/waterfox/native-messaging-hosts/ff2mpv.json @@ -0,0 +1,7 @@ +{ + "name": "ff2mpv", + "description": "ff2mpv's external manifest", + "path": "/home/neodarz/.scripts/ff2mpv.py", + "type": "stdio", + "allowed_extensions": ["ff2mpv@yossarian.net"] +} |