From 27c62387431f476958c5a7ae584fefd2cc220b98 Mon Sep 17 00:00:00 2001 From: Jonas Gunz Date: Sun, 22 Nov 2020 00:30:58 +0100 Subject: fix rofi-exit --- scripts/rofi-exit-menu.sh | 6 +++--- 1 file 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;; -- cgit v1.2.3