ensure clickclack and svkbd are killed prior to suspending (may fix a sound stuttering problem)

This commit is contained in:
Maarten van Gompel 2021-03-30 20:50:45 +02:00
parent bec7106317
commit 856ba23cde

View file

@ -7,6 +7,8 @@
. "$(dirname "$0")/sxmo_common.sh"
pkill -STOP conky
pkill clickclack
pkill $KEYBOARD
# If this script returns a non-zero exit code, suspension will be cancelled