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:
parent
61a138a153
commit
b3bbf23e90
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue