ensure clickclack and svkbd are killed prior to suspending (may fix a sound stuttering problem)
This commit is contained in:
parent
bec7106317
commit
856ba23cde
1 changed files with 2 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue