From b3bbf23e90b2bbe2fc1ab28af20f18b17a32df36 Mon Sep 17 00:00:00 2001 From: Maarten van Gompel Date: Mon, 19 Jul 2021 18:48:31 +0200 Subject: [PATCH] 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 --- configs/default_hooks/presuspend | 1 + 1 file changed, 1 insertion(+) diff --git a/configs/default_hooks/presuspend b/configs/default_hooks/presuspend index ff85020..d7e87eb 100644 --- a/configs/default_hooks/presuspend +++ b/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)