mirror of
https://github.com/adi1090x/rofi.git
synced 2024-11-23 22:58:21 -05:00
Compare commits
4 Commits
6e6c2045b3
...
ed880e7798
Author | SHA1 | Date | |
---|---|---|---|
|
ed880e7798 | ||
|
8b5bc2633b | ||
|
1aa50b5bb7 | ||
|
c8108fe9ad |
@ -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)
|
||||
|
@ -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)
|
||||
|
@ -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)
|
||||
|
@ -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)
|
||||
|
@ -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)
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user