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:
parent
d6d2c3d787
commit
773b9bedb6
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@ case "$*" in
|
||||||
"Suspend" | "$suspend_btn")
|
"Suspend" | "$suspend_btn")
|
||||||
if [ -n "$ROFI_POWERMENU_SUSPEND_CMD" ]; then eval "$ROFI_POWERMENU_SUSPEND_CMD"; else
|
if [ -n "$ROFI_POWERMENU_SUSPEND_CMD" ]; then eval "$ROFI_POWERMENU_SUSPEND_CMD"; else
|
||||||
lockscreen rofi </dev/null >/dev/null 2>/dev/null &
|
lockscreen rofi </dev/null >/dev/null 2>/dev/null &
|
||||||
# systemctl hibernate
|
systemctl hibernate
|
||||||
fi
|
fi
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
Loading…
Reference in a new issue