mpv to 720 by default and tridactyl tweaks

This commit is contained in:
Chris Cochrun 2021-03-09 07:15:43 -06:00
parent 0fd3495ff7
commit c7cf72664f
6 changed files with 42 additions and 10 deletions

View file

@ -2429,7 +2429,7 @@ config.bind("o", "set-cmd-text -s :open")
## Bindings for MPV and YTDL
config.bind("v", "hint links spawn --detach mpv --force-window yes {hint-url}")
config.bind("gv", "spawn --detach mpv --force-window yes {url}")
config.bind("gv", "spawn --detach mpv --force-window yes --ytdl=bestvideo[height<=?720][fps<=?30]+bestaudio/best {url}")
config.bind("gc", 'spawn org-capture "{url}"')
config.bind(
"gV",