Skip to content

Instantly share code, notes, and snippets.

@PyYoshi
Last active August 22, 2017 04:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save PyYoshi/50dd1761911d713fed14b6b846c54611 to your computer and use it in GitHub Desktop.
Save PyYoshi/50dd1761911d713fed14b6b846c54611 to your computer and use it in GitHub Desktop.
mpv config
# ~/.config/mpv/input.conf
MOUSE_BTN3 add volume 2
MOUSE_BTN4 add volume -2
AXIS_UP add volume 2
AXIS_DOWN add volume -2
UP add volume 2
DOWN add volume -2
# ~/.config/mpv/mpv.conf
vo=opengl-hq
hwdec=auto
# save-position-on-quit
volume=0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment