diff --git a/rofi/powermenu b/rofi/powermenu index 5d150e2..78c323c 100755 --- a/rofi/powermenu +++ b/rofi/powermenu @@ -66,7 +66,7 @@ run_cmd() { elif [[ $1 == '--reboot' ]]; then shutdown -r now elif [[ $1 == '--suspend' ]]; then - systemctl suspend + acpiconf -s 3 elif [[ $1 == '--logout' ]]; then if [[ "$XDG_SESSION_DESKTOP" == 'openbox' ]]; then openbox --exit