summaryrefslogtreecommitdiffstats
path: root/bin/Xshutdown.sh
diff options
context:
space:
mode:
Diffstat (limited to 'bin/Xshutdown.sh')
-rwxr-xr-xbin/Xshutdown.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/Xshutdown.sh b/bin/Xshutdown.sh
index eeae1ba..f97350d 100755
--- a/bin/Xshutdown.sh
+++ b/bin/Xshutdown.sh
@@ -16,7 +16,7 @@ case "$1" in
;;
standby)
Xdialog -title Standby --center --beep --yesno "Do you want to suspend to ram?" 0 0 \
- && (sync ; exec hibernate-ram )
+ && (sync ; exec pm-suspend )
;;
ask)
CHOICE=$(Xdialog --stdout --title 'Choose!' --menubox 'Choose your destiny!' 10 50 3 \