From 7a7a08f9c3053fba28b61225253bdcf8183f4755 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Tue, 22 Jul 2025 17:51:34 -0400 Subject: [PATCH] Drop the entire first run idea for now --- bin/omarchy-first-run | 7 ------- default/hypr/autostart.conf | 1 - migrations/1753137931.sh | 6 ------ 3 files changed, 14 deletions(-) delete mode 100755 bin/omarchy-first-run delete mode 100644 migrations/1753137931.sh 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