From 923f39dce48c2ebaedfd1300f33379910f4f2d49 Mon Sep 17 00:00:00 2001 From: Trysdyn Black Date: Wed, 22 Feb 2023 03:33:39 -0800 Subject: [PATCH] Small mpv updates - Add some comments for the heck of it - Add playlist seek hotkeys - Add keyboard volume controls --- .config/mpv/input.conf | 8 +++++++- .config/mpv/mpv.conf | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/.config/mpv/input.conf b/.config/mpv/input.conf index 00c5361..7947dd8 100644 --- a/.config/mpv/input.conf +++ b/.config/mpv/input.conf @@ -1,6 +1,8 @@ -# Mouse wheel volume +# Mouse wheel and +/- volume WHEEL_UP add volume 5 WHEEL_DOWN add volume -5 += add volume 5 +- add volume -5 # Arrow keys seek RIGHT seek 5 @@ -13,6 +15,10 @@ Q quit F cycle fullscreen S screenshot +# I almost never open multiple files but when I do, I want seek controls +> playlist-next +< playlist-prev + # If I leave a video on and go to bed, this dims the video feed significantly n set brightness -40;set gamma -40;show-text "Night Mode On" N set brightness 0;set gamma 0;show-text "Night Mode Off" diff --git a/.config/mpv/mpv.conf b/.config/mpv/mpv.conf index 289392b..1b89c23 100644 --- a/.config/mpv/mpv.conf +++ b/.config/mpv/mpv.conf @@ -18,5 +18,5 @@ hwdec=auto # Put screenshots in my bespoke screenshot dir screenshot-directory=~/screenshot -# Make images opened in mpv not force-close it +# Make images opened in mpv display until dismissed image-display-duration=inf