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>
master
Maarten van Gompel 3 years ago
parent 61a138a153
commit b3bbf23e90
  1. 1
      configs/default_hooks/presuspend

@ -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)

Loading…
Cancel
Save