Merge 8b5bc2633ba0b8082ea55a5b0783fe14da49bf81 into fb7011ec48bd065f398f2ff26d76e301aff1dc22

This commit is contained in:
Vincent Duchauffour 2025-06-10 07:33:51 +08:00 committed by GitHub
commit 5ca31cc7e8
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 betterlockscreen -l
elif [[ -x '/usr/bin/i3lock' ]]; then elif [[ -x '/usr/bin/i3lock' ]]; then
i3lock i3lock
elif [[ -x '/usr/bin/xsel' ]]; then
xset s activate
fi fi
;; ;;
$suspend) $suspend)

View File

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

View File

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

View File

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

View File

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

View File

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