mpv to 720 by default and tridactyl tweaks
This commit is contained in:
parent
0fd3495ff7
commit
c7cf72664f
6 changed files with 42 additions and 10 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue