mirror of
https://github.com/adi1090x/rofi
synced 2025-12-06 08:48:49 +01:00
Merge 8b5bc2633b into 093c1a79f5
This commit is contained in:
commit
4af5dbe16f
6 changed files with 12 additions and 0 deletions
|
|
@ -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 a new issue