summaryrefslogtreecommitdiff
path: root/scripts/powermenu
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/powermenu')
-rwxr-xr-xscripts/powermenu2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/powermenu b/scripts/powermenu
index 917f369..2ce5901 100755
--- a/scripts/powermenu
+++ b/scripts/powermenu
@@ -1,3 +1,3 @@
#!/bin/sh
-printf "%s\n" "pm-suspend" "pm-hibernate" "reboot" "poweroff" | rofi -dmenu -p "power" | xargs -r
+printf "pm-suspend reboot poweroff" | rofi -dmenu -p "power" | xargs -r