l mpv: add audio delay keybindings
This commit is contained in:
parent
0660f1de49
commit
58afd36741
@ -59,6 +59,8 @@ let
|
|||||||
|
|
||||||
mpvInput = pkgs.writeText "mpv.input" ''
|
mpvInput = pkgs.writeText "mpv.input" ''
|
||||||
: script-binding console/enable
|
: script-binding console/enable
|
||||||
|
x add audio-delay -0.050
|
||||||
|
X add audio-delay 0.050
|
||||||
'';
|
'';
|
||||||
|
|
||||||
mpvConfig = pkgs.writeText "mpv.conf" ''
|
mpvConfig = pkgs.writeText "mpv.conf" ''
|
||||||
|
Loading…
Reference in New Issue
Block a user