diff options
author | Yaroslav <contact@yaroslavps.com> | 2020-09-10 09:12:03 +0300 |
---|---|---|
committer | Yaroslav <contact@yaroslavps.com> | 2020-09-10 09:12:03 +0300 |
commit | 8f413b0058756e852d3012b9ca02b073fe867cff (patch) | |
tree | eb06c6299e6996618457c1d46c71008b2c4526d8 /dotfiles/.config/mpv | |
parent | 3f4a4f3cb9401772df85532314c9dfc2723bf619 (diff) | |
download | swayrice-8f413b0058756e852d3012b9ca02b073fe867cff.tar.gz swayrice-8f413b0058756e852d3012b9ca02b073fe867cff.zip |
mpv binds for audio/subtitles
Diffstat (limited to 'dotfiles/.config/mpv')
-rw-r--r-- | dotfiles/.config/mpv/input.conf | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dotfiles/.config/mpv/input.conf b/dotfiles/.config/mpv/input.conf index 0a9b5fd..e8b1144 100644 --- a/dotfiles/.config/mpv/input.conf +++ b/dotfiles/.config/mpv/input.conf @@ -196,4 +196,5 @@ l seek 5 h seek -5 j seek -60 k seek 60 -S cycle sub +s cycle sub +a cycle audio # switch audio streams |