Skip to content
Snippets Groups Projects
Commit 880c6612 authored by Henrik Tjäder's avatar Henrik Tjäder
Browse files

Reduce resolution for MPV when used on laptop

parent ec7d6f45
Branches
No related tags found
No related merge requests found
...@@ -67,8 +67,8 @@ c.aliases = {'w': 'session-save', 'q': 'quit', 'wq': 'quit --save'} ...@@ -67,8 +67,8 @@ c.aliases = {'w': 'session-save', 'q': 'quit', 'wq': 'quit --save'}
# Key bindings # Key bindings
# Bindings for normal mode # Bindings for normal mode
config.bind('m', 'spawn mpv {url}') config.bind('m', 'spawn mpv --ytdl-format=bestvideo[height<=?720][fps<=?30][vcodec!=?vp9]+bestaudio/best {url}')
config.bind('M', 'hint links spawn mpv {hint-url}') config.bind('M', 'hint links spawn mpv --ytdl-format=bestvideo[height<=?720][fps<=?30][vcodec!=?vp9]+bestaudio/best {hint-url}')
config.bind('t', 'set-cmd-text -s :open -t') config.bind('t', 'set-cmd-text -s :open -t')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment