From 2635534778bedbdf8793b0db0f53ba7405600186 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Mon, 25 Aug 2025 10:24:42 +0200 Subject: [PATCH] Correct autostart command --- 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 b620617f..25499842 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-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