diff options
Diffstat (limited to 'modules')
-rw-r--r-- | modules/home/conf/yt/input.conf | 4 | ||||
-rw-r--r-- | modules/home/conf/yt/mpv.conf | 1 |
2 files changed, 4 insertions, 1 deletions
diff --git a/modules/home/conf/yt/input.conf b/modules/home/conf/yt/input.conf index 3f8e4523..14601533 100644 --- a/modules/home/conf/yt/input.conf +++ b/modules/home/conf/yt/input.conf @@ -2,3 +2,7 @@ Q script-message yt-mark-watch-later c script-message yt-comments-external C script-message yt-comments-local d script-message yt-description +WHEEL_LEFT playlist-previous +WHEEL_RIGHT playlist-next +q ignore +P quit diff --git a/modules/home/conf/yt/mpv.conf b/modules/home/conf/yt/mpv.conf index e73063c4..b6d2501f 100644 --- a/modules/home/conf/yt/mpv.conf +++ b/modules/home/conf/yt/mpv.conf @@ -1,3 +1,2 @@ speed=2.7 volume=75 -msg-level=osd/libass=fatal |