From 39eb3df863e16e6da2b79c8a2541c9f5b4b21af9 Mon Sep 17 00:00:00 2001 From: Brosseau Valentin Date: Fri, 15 May 2026 11:03:21 +0200 Subject: [PATCH] Remove suspend-then-hibernate cleanup steps (#5829) Those files are not present anymore (removed here e4b737266687e8ea4d5e97cb7e22f107335028c1) Removed suspend-then-hibernate configuration cleanup steps from the script. --- bin/omarchy-hibernation-remove | 5 ----- 1 file changed, 5 deletions(-) diff --git a/bin/omarchy-hibernation-remove b/bin/omarchy-hibernation-remove index 49bad5bd..f06396b5 100755 --- a/bin/omarchy-hibernation-remove +++ b/bin/omarchy-hibernation-remove @@ -44,11 +44,6 @@ if grep -Fq "$SWAP_FILE" /etc/fstab; then sudo sed -i '/^# Btrfs swapfile for system hibernation$/d' /etc/fstab fi -# Remove suspend-then-hibernate configuration -echo "Removing suspend-then-hibernate configuration" -sudo rm -f /etc/systemd/logind.conf.d/lid.conf -sudo rm -f /etc/systemd/sleep.conf.d/hibernate.conf - # Remove mkinitcpio resume hook echo "Removing resume hook" sudo rm "$MKINITCPIO_CONF"