This commit is contained in:
Vincent Duchauffour 2025-08-11 17:22:59 +02:00 committed by GitHub
commit 4af5dbe16f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 12 additions and 0 deletions

View file

@ -99,6 +99,8 @@ case ${chosen} in
betterlockscreen -l
elif [[ -x '/usr/bin/i3lock' ]]; then
i3lock
elif [[ -x '/usr/bin/xsel' ]]; then
xset s activate
fi
;;
$suspend)

View file

@ -100,6 +100,8 @@ case ${chosen} in
betterlockscreen -l
elif [[ -x '/usr/bin/i3lock' ]]; then
i3lock
elif [[ -x '/usr/bin/xsel' ]]; then
xset s activate
fi
;;
$suspend)

View file

@ -94,6 +94,8 @@ case ${chosen} in
betterlockscreen -l
elif [[ -x '/usr/bin/i3lock' ]]; then
i3lock
elif [[ -x '/usr/bin/xsel' ]]; then
xset s activate
fi
;;
$suspend)

View file

@ -94,6 +94,8 @@ case ${chosen} in
betterlockscreen -l
elif [[ -x '/usr/bin/i3lock' ]]; then
i3lock
elif [[ -x '/usr/bin/xsel' ]]; then
xset s activate
fi
;;
$suspend)

View file

@ -106,6 +106,8 @@ case ${chosen} in
betterlockscreen -l
elif [[ -x '/usr/bin/i3lock' ]]; then
i3lock
elif [[ -x '/usr/bin/xsel' ]]; then
xset s activate
fi
;;
$suspend)

View file

@ -106,6 +106,8 @@ case ${chosen} in
betterlockscreen -l
elif [[ -x '/usr/bin/i3lock' ]]; then
i3lock
elif [[ -x '/usr/bin/xsel' ]]; then
xset s activate
fi
;;
$suspend)