Add mpv config
This commit is contained in:
parent
81d9bf2fda
commit
50df8a71df
2 changed files with 11 additions and 0 deletions
5
home/user/.config/mpv/input.conf
Normal file
5
home/user/.config/mpv/input.conf
Normal file
|
@ -0,0 +1,5 @@
|
|||
Alt+- add video-zoom -0.05
|
||||
Alt+= add video-zoom 0.05
|
||||
WHEEL_UP add volume 5
|
||||
WHEEL_DOWN add volume -5
|
||||
|
6
home/user/.config/mpv/mpv.conf
Normal file
6
home/user/.config/mpv/mpv.conf
Normal file
|
@ -0,0 +1,6 @@
|
|||
profile=gpu-hq
|
||||
volume-max=200
|
||||
audio-channels=stereo
|
||||
gpu-context=wayland
|
||||
vo=gpu
|
||||
hwdec=auto
|
Loading…
Add table
Add a link
Reference in a new issue