bumps for laptop

This commit is contained in:
Chris Cochrun 2021-07-05 13:15:44 -05:00
parent 81a8ca2b4e
commit c49eed3c48
11 changed files with 39 additions and 22 deletions

View file

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