From 5a9f4d37f4ed192d84b27472a1ad84cf6db13cd7 Mon Sep 17 00:00:00 2001 From: Saumit Dinesan Date: Tue, 5 Jul 2022 11:18:09 +0530 Subject: sxhkd dmenukill keybinding changes+mpv wheel speed control+order script --- .config/mpv/input.conf | 4 ++++ 1 file changed, 4 insertions(+) (limited to '.config/mpv') diff --git a/.config/mpv/input.conf b/.config/mpv/input.conf index 20789ee..55d3177 100644 --- a/.config/mpv/input.conf +++ b/.config/mpv/input.conf @@ -43,6 +43,10 @@ b multiply speed 1/1.1 # increase the playback speed ] multiply speed 1.1 n multiply speed 1.1 + +Ctrl+WHEEL_UP add speed 0.1 +Ctrl+WHEEL_DOWN add speed -0.1 + # reset the speed to normal \ set speed 1.0 -- cgit v1.2.3