now systemd is supported by rofi_power
This commit is contained in:
parent
6fa15ebdf5
commit
45b16e55cb
1 changed files with 2 additions and 2 deletions
|
@ -31,9 +31,9 @@ case "$action" in
|
||||||
$option1*)
|
$option1*)
|
||||||
pkill X;;
|
pkill X;;
|
||||||
$option2*)
|
$option2*)
|
||||||
loginctl reboot;;
|
systemctl reboot || loginctl reboot;;
|
||||||
$option3*)
|
$option3*)
|
||||||
loginctl poweroff;;
|
systemctl poweroff || loginctl poweroff;;
|
||||||
$option4*)
|
$option4*)
|
||||||
betterlockscreen --suspend;;
|
betterlockscreen --suspend;;
|
||||||
$option5*)
|
$option5*)
|
||||||
|
|
Loading…
Reference in a new issue