l mpv: add audio delay keybindings

This commit is contained in:
lassulus 2023-07-02 19:43:52 +02:00
parent 0660f1de49
commit 58afd36741
1 changed files with 2 additions and 0 deletions

View File

@ -59,6 +59,8 @@ let
mpvInput = pkgs.writeText "mpv.input" ''
: script-binding console/enable
x add audio-delay -0.050
X add audio-delay 0.050
'';
mpvConfig = pkgs.writeText "mpv.conf" ''