diff options
author | Yaroslav de la Peña Smirnov <yps@yaroslavps.com> | 2020-12-28 10:26:08 +0300 |
---|---|---|
committer | Yaroslav de la Peña Smirnov <yps@yaroslavps.com> | 2020-12-28 10:26:08 +0300 |
commit | 44263315c21e688901d80434a6fe9aa6cd3cc71c (patch) | |
tree | 0d1c9fda718b97229159baa1a6b48335524cb3c3 /dotfiles/.config/mpv | |
parent | 17b635978eacd7fb521437c85f13c6ef8e864840 (diff) | |
download | swayrice-44263315c21e688901d80434a6fe9aa6cd3cc71c.tar.gz swayrice-44263315c21e688901d80434a6fe9aa6cd3cc71c.zip |
mpv: change loop bindings
Diffstat (limited to 'dotfiles/.config/mpv')
-rw-r--r-- | dotfiles/.config/mpv/input.conf | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/dotfiles/.config/mpv/input.conf b/dotfiles/.config/mpv/input.conf index 81997b0..87aa9d1 100644 --- a/dotfiles/.config/mpv/input.conf +++ b/dotfiles/.config/mpv/input.conf @@ -198,8 +198,7 @@ H seek -60 exact L seek 60 exact Ctrl+h seek -1 exact Ctrl+l seek 1 exact -Alt+l ab-loop # Set/clear A-B loop points -Alt+L cycle-values loop "inf" "no" # toggle infinite looping +Alt+l cycle-values loop "inf" "no" # toggle infinite looping j add volume -2 k add volume 2 |