diff options
| author | Anton Bobov <anton@bobov.name> | 2023-09-02 00:50:13 +0500 |
|---|---|---|
| committer | Anton Bobov <anton@bobov.name> | 2023-09-03 20:19:45 +0500 |
| commit | f2489385f752b85e786565b8fa751b1838904324 (patch) | |
| tree | 833b4fd464fca451493ae97c275ff0027df6369c /files/.config/mpv/input.conf | |
| parent | 45176092a9788a6d798da30e8892b29fe4ef8678 (diff) | |
[mpv] Updates
Diffstat (limited to 'files/.config/mpv/input.conf')
| -rw-r--r-- | files/.config/mpv/input.conf | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/files/.config/mpv/input.conf b/files/.config/mpv/input.conf index 40f89cd..327a604 100644 --- a/files/.config/mpv/input.conf +++ b/files/.config/mpv/input.conf @@ -6,9 +6,19 @@ # Disable: Activate/deactivate deinterlacer. d ignore +# Pause/resume all running mpv Alt+p run "/bin/sh" "-c" "xdotool search --class mpv | xargs -I{} xdotool key --window {} p" # default loudnorm I=-24 # I=-15 -- louder volume # anull -- disable audio filter a cycle_values af loudnorm loudnorm=I=-15 anull + +Shift+Up add chapter 1 +Shift+Down add chapter -1 + +m script-binding uosc/menu +n script-message-to uosc show-submenu "Navigation" +Tab script-binding uosc/toggle-ui + +M cycle mute |
