kill mpv playback in default presuspend hook

This is an attempt to fix prevent audio stuttering problems when
entering/leaving crust

Signed-off-by: Maarten van Gompel <proycon@anaproy.nl>
This commit is contained in:
Maarten van Gompel 2021-07-19 18:48:31 +02:00
parent 61a138a153
commit b3bbf23e90

View file

@ -9,3 +9,4 @@
pkill -STOP conky
pkill clickclack
pkill -f "$KEYBOARD"
pkill mpv #if any audio/video is playing, kill it (it might stutter otherwise)