Compare commits

...

5 Commits

Author SHA1 Message Date
Vincent Duchauffour
ed880e7798
Merge 8b5bc2633b into dce10e92b6 2024-10-03 15:27:39 +02:00
adi1090x
dce10e92b6 Deploying to master from @ adi1090x/rofi@3f2275ab8f 🚀 2024-09-27 15:03:55 +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
7 changed files with 13 additions and 1 deletions

View File

@ -109,7 +109,7 @@ $ ./setup.sh
</p>
<p align="center">
<!-- sponsors --><a href="https://github.com/davidtoska"><img src="https:&#x2F;&#x2F;avatars.githubusercontent.com&#x2F;u&#x2F;15263867?u&#x3D;7f45e973d008c1c9fc573554a95efac83751e726&amp;v&#x3D;4" width="60px" alt="David Toska" /></a><a href="https://github.com/kkkutup"><img src="https:&#x2F;&#x2F;avatars.githubusercontent.com&#x2F;u&#x2F;142684677?v&#x3D;4" width="60px" alt="" /></a><!-- sponsors -->
<!-- sponsors --><a href="https://github.com/davidtoska"><img src="https:&#x2F;&#x2F;avatars.githubusercontent.com&#x2F;u&#x2F;15263867?u&#x3D;7f45e973d008c1c9fc573554a95efac83751e726&amp;v&#x3D;4" width="60px" alt="David Toska" /></a><a href="https://github.com/kkkutup"><img src="https:&#x2F;&#x2F;avatars.githubusercontent.com&#x2F;u&#x2F;142684677?v&#x3D;4" width="60px" alt="" /></a><a href="https://github.com/snubbi1954-elementary"><img src="https:&#x2F;&#x2F;avatars.githubusercontent.com&#x2F;u&#x2F;162145059?u&#x3D;16ee4fee3e95ea7bc1599abdb2ff0ec4a2385ea2&amp;v&#x3D;4" width="60px" alt="Carl Andersen" /></a><!-- sponsors -->
</p>
---

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)