Compare commits

...

4 Commits

Author SHA1 Message Date
Vincent Duchauffour
1bc131cfd9
Merge 8b5bc2633ba0b8082ea55a5b0783fe14da49bf81 into b76c16b2b7c465d7b082e11e5210fcd10c6683a7 2025-05-08 23:12:06 +00:00
Vincent Duchauffour
8b5bc2633b
Merge branch 'adi1090x:master' into master 2023-05-24 18:15:41 +02:00
Vincent Duchauffour
1aa50b5bb7
Merge branch 'adi1090x:master' into master 2023-03-01 15:39:09 +01:00
VDuchauffour
c8108fe9ad Add xsel case for session locking 2022-10-16 13:56:12 +02:00
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)