more mpv config
This commit is contained in:
parent
0dc4938942
commit
526f555375
|
@ -1,3 +1,13 @@
|
|||
MBTN_LEFT cycle pause
|
||||
MBTN_LEFT_DBL cycle fullscreen
|
||||
MBTN_RIGHT ignore
|
||||
MBTN_BACK playlist-prev
|
||||
MBTN_FORWARD playlist-next
|
||||
WHEEL_UP add volume 2
|
||||
WHEEL_DOWN add volume -2
|
||||
shift+WHEEL_UP add volume 10
|
||||
shift+WHEEL_DOWN add volume -10
|
||||
|
||||
l seek 5
|
||||
h seek -5
|
||||
shift+h seek -60
|
||||
|
|
|
@ -4,3 +4,4 @@ hwdec=auto
|
|||
user-agent="Mozilla/5.0"
|
||||
cache=yes
|
||||
alang=en,de
|
||||
screenshot-directory=~/Pictures/
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
greenandgrumpy=yes
|
Loading…
Reference in New Issue