sway/bin: don't run multiple instances of swaylock

This commit is contained in:
Konstantin Koslowski 2022-05-06 11:22:58 +02:00
parent e6355b12ad
commit 773bf1899a
2 changed files with 10 additions and 0 deletions

View file

@ -16,6 +16,7 @@ function _clean() {
function _lock() {
_check_inhibit $INHIBIT_FILE
$MEDIA_APP stop
_check_running $LOCK_APP
$LOCK_APP $LOCK_ARGS
}