Merge 8b5bc2633ba0b8082ea55a5b0783fe14da49bf81 into adfcc0770fa10daec5d87e3fb4ca6acd1d309491

This commit is contained in:
Vincent Duchauffour 2025-07-01 21:53:18 -03:00 committed by GitHub
commit 478cf786df
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)