mpv configuration
This commit is contained in:
parent
019042aa4f
commit
e7b9624510
2 changed files with 14 additions and 2 deletions
.config/mpv
|
@ -1,5 +1,11 @@
|
||||||
l seek 5
|
l seek 5
|
||||||
h seek -5
|
h seek -5
|
||||||
j seek -60
|
shift+h seek -60
|
||||||
k seek 60
|
shift+l seek 60
|
||||||
|
j add volume -5
|
||||||
|
k add volume 5
|
||||||
|
shift+j add volume -20
|
||||||
|
shift+k add volume 20
|
||||||
|
m cycle mute
|
||||||
S cycle sub
|
S cycle sub
|
||||||
|
ctrl+c screenshot
|
||||||
|
|
6
.config/mpv/mpv.conf
Normal file
6
.config/mpv/mpv.conf
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
profile=high-quality
|
||||||
|
video-sync=display-resample
|
||||||
|
hwdec=auto
|
||||||
|
user-agent="Mozilla/5.0"
|
||||||
|
cache=yes
|
||||||
|
alang=en,de
|
Loading…
Add table
Add a link
Reference in a new issue