diff options
author | Saumit Dinesan <justsaumit@protonmail.com> | 2022-07-05 11:18:09 +0530 |
---|---|---|
committer | Saumit Dinesan <justsaumit@protonmail.com> | 2022-07-05 11:18:09 +0530 |
commit | 5a9f4d37f4ed192d84b27472a1ad84cf6db13cd7 (patch) | |
tree | 2cb501a9295144a3871dc1d6be2f87188bfa37e4 /.config/mpv | |
parent | 7631fefc29e95a89d9a6c243456af6e7a43b1801 (diff) |
sxhkd dmenukill keybinding changes+mpv wheel speed control+order script
Diffstat (limited to '.config/mpv')
-rw-r--r-- | .config/mpv/input.conf | 4 |
1 files changed, 4 insertions, 0 deletions
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 |