diff --git a/bin/omarchy-first-run b/bin/omarchy-first-run deleted file mode 100755 index a716eb0..0000000 --- a/bin/omarchy-first-run +++ /dev/null @@ -1,7 +0,0 @@ -#!/bin/bash - -if [[ ! -f ~/.local/state/omarchy/after-first-run.mode ]]; then - mkdir -p ~/.local/state/omarchy - touch ~/.local/state/omarchy/after-first-run.mode - uwsm app -- gtk-launch "Omarchy Manual" & -fi diff --git a/default/hypr/autostart.conf b/default/hypr/autostart.conf index 8aeff6f..ae9b084 100644 --- a/default/hypr/autostart.conf +++ b/default/hypr/autostart.conf @@ -7,4 +7,3 @@ exec-once = uwsm app -- swayosd-server exec-once = uwsm app -- walker --gapplication-service 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 = ~/.local/share/omarchy/bin/omarchy-first-run diff --git a/migrations/1753137931.sh b/migrations/1753137931.sh deleted file mode 100644 index 63f816a..0000000 --- a/migrations/1753137931.sh +++ /dev/null @@ -1,6 +0,0 @@ -echo "Ensure first-run flow isn't run for existing installations" - -if [[ ! -f ~/.local/state/omarchy/after-first-run.mode ]]; then - mkdir -p ~/.local/state/omarchy - touch ~/.local/state/omarchy/after-first-run.mode -fi