mirror of
https://github.com/adi1090x/rofi.git
synced 2025-12-10 04:22:48 +01:00
Merge 8b5bc2633ba0b8082ea55a5b0783fe14da49bf81 into adfcc0770fa10daec5d87e3fb4ca6acd1d309491
This commit is contained in:
commit
478cf786df
@ -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…
x
Reference in New Issue
Block a user