You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
#!/usr/bin/env sh |
|
|
|
# This script is called prior to suspending |
|
|
|
# include common definitions |
|
# shellcheck source=scripts/core/sxmo_common.sh |
|
. "$(which sxmo_common.sh)" |
|
|
|
pkill clickclack |
|
pkill -f "$KEYBOARD" |
|
pkill mpv #if any audio/video is playing, kill it (it might stutter otherwise)
|
|
|