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

master
Maarten van Gompel 4 years ago
parent bec7106317
commit 856ba23cde
  1. 2
      scripts/core/sxmo_presuspend.sh

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

Loading…
Cancel
Save