mirror of
https://github.com/adi1090x/rofi.git
synced 2024-11-21 13:48:22 -05:00
Merge 8b5bc2633b
into f3835e7f72
This commit is contained in:
commit
6e6c2045b3
@ -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