diff --git a/user/.config/rofi/scripts/rofi_power b/user/.config/rofi/scripts/rofi_power index 1e0b3d96a..81394ad6c 100755 --- a/user/.config/rofi/scripts/rofi_power +++ b/user/.config/rofi/scripts/rofi_power @@ -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*)