From 5b534de6a0db00c44b14a57a0ae0a73ad75d8e62 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Wed, 28 Jan 2026 13:59:11 +0100 Subject: [PATCH] Rebooting is needed for hibernation to be available --- bin/omarchy-hibernation-setup | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/bin/omarchy-hibernation-setup b/bin/omarchy-hibernation-setup index 8a423cbd..cb6fbc08 100755 --- a/bin/omarchy-hibernation-setup +++ b/bin/omarchy-hibernation-setup @@ -67,4 +67,8 @@ sudo cp "$OMARCHY_PATH/default/systemd/hibernate.conf" /etc/systemd/sleep.conf.d echo "Regenerating initramfs..." sudo limine-mkinitcpio -echo "Hibernation enabled" +echo + +if gum confirm "Reboot to enable hiberation?"; then + omarchy-cmd-reboot +fi