From 4f0dfcc865b4ee2d52515e2c29b530bffe1d99b6 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Mon, 25 Aug 2025 10:52:42 +0200 Subject: [PATCH] Fix hanging --- default/hypr/autostart.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/default/hypr/autostart.conf b/default/hypr/autostart.conf index 25499842..d4091ce5 100644 --- a/default/hypr/autostart.conf +++ b/default/hypr/autostart.conf @@ -6,7 +6,7 @@ exec-once = uwsm app -- swaybg -i ~/.config/omarchy/current/background -m fill exec-once = uwsm app -- swayosd-server exec-once = /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1 exec-once = wl-clip-persist --clipboard regular --all-mime-type-regex '^(?!x-kde-passwordManagerHint).+' -exec-once = omarchy-cmd-first-run +# exec-once = omarchy-cmd-first-run # FIXME: Reenable the walker service once the memory leak has been fixed # See https://github.com/basecamp/omarchy/issues/698