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*)
|
||||
pkill X;;
|
||||
$option2*)
|
||||
loginctl reboot;;
|
||||
systemctl reboot || loginctl reboot;;
|
||||
$option3*)
|
||||
loginctl poweroff;;
|
||||
systemctl poweroff || loginctl poweroff;;
|
||||
$option4*)
|
||||
betterlockscreen --suspend;;
|
||||
$option5*)
|
||||
|
|
Loading…
Reference in a new issue