From b4d76cecdf6230810e02776f0c6c942c630e020a Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Thu, 28 Aug 2025 10:58:39 +0200 Subject: [PATCH] Stop restarting waybar on unlock to see if we have solved the stacking problem for good --- config/hypr/hypridle.conf | 1 - migrations/1756371020.sh | 3 +++ 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 migrations/1756371020.sh diff --git a/config/hypr/hypridle.conf b/config/hypr/hypridle.conf index 7b980727..f2245a7a 100644 --- a/config/hypr/hypridle.conf +++ b/config/hypr/hypridle.conf @@ -2,7 +2,6 @@ general { lock_cmd = omarchy-lock-screen # lock screen and 1password before_sleep_cmd = loginctl lock-session # lock before suspend. after_sleep_cmd = hyprctl dispatch dpms on # to avoid having to press a key twice to turn on the display. - on_unlock_cmd = omarchy-restart-waybar # prevent stacking of waybar when waking inhibit_sleep = 3 # wait until screen is locked } diff --git a/migrations/1756371020.sh b/migrations/1756371020.sh new file mode 100644 index 00000000..f629b598 --- /dev/null +++ b/migrations/1756371020.sh @@ -0,0 +1,3 @@ +echo "Stop restarting waybar on unlock to see if we have solved the stacking problem for good" + +omarchy-refresh-hypridle