diff options
author | lonkaars <loek@pipeframe.xyz> | 2023-12-03 13:13:10 +0100 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2023-12-03 13:13:10 +0100 |
commit | e497364287c5271d922fe5c4ebb5d97e4083158c (patch) | |
tree | 63a3f2c8e0637e61b36f8abd6bd9ccf0c3bf3ba7 /.config/mpv | |
parent | a412f335f07691b6f4a3bd391714d03c788e9336 (diff) |
dotfiles update 2023-12-03
Diffstat (limited to '.config/mpv')
-rw-r--r-- | .config/mpv/scripts/full-ao-volume.lua | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/.config/mpv/scripts/full-ao-volume.lua b/.config/mpv/scripts/full-ao-volume.lua deleted file mode 100644 index 591138b..0000000 --- a/.config/mpv/scripts/full-ao-volume.lua +++ /dev/null @@ -1,7 +0,0 @@ --- make sure AO (pulseaudio/pipewire) output is at 100% -mp.register_event("audio-reconfig", function () - if mp.get_property("ao-volume") ~= 100 then - mp.set_property_number("ao-volume", 100) - end -end) - |