rofi: Fix powermenu hibernation

Forgot to uncomment the actual hibernation command after debugging the
powermenu last time. Now it actually does what it's supposed to again.
This commit is contained in:
Marty Oehme 2021-04-12 18:39:44 +02:00
parent d6d2c3d787
commit 773b9bedb6
Signed by: Marty
GPG key ID: B7538B8F50A1C800

View file

@ -68,7 +68,7 @@ case "$*" in
"Suspend" | "$suspend_btn")
if [ -n "$ROFI_POWERMENU_SUSPEND_CMD" ]; then eval "$ROFI_POWERMENU_SUSPEND_CMD"; else
lockscreen rofi </dev/null >/dev/null 2>/dev/null &
# systemctl hibernate
systemctl hibernate
fi
;;
esac