diff options
-rwxr-xr-x | scripts/rofi-exit-menu.sh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/scripts/rofi-exit-menu.sh b/scripts/rofi-exit-menu.sh index 57ce492..e3a21b9 100755 --- a/scripts/rofi-exit-menu.sh +++ b/scripts/rofi-exit-menu.sh @@ -2,7 +2,7 @@ function options() { cat << EOF -supspend +suspend shutdown reboot Xit @@ -14,10 +14,10 @@ if [ $# -gt 0 ]; then suspend) systemctl suspend;; shutdown) - systemctl shutdown;; + systemctl poweroff;; reboot) systemctl reboot;; - "exit i3") + Xit) i3-msg exit;; *) options;; |