From e8b1b4649f2eb8ca74619912ecc09ed2ff97505b Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Sun, 3 May 2026 16:02:37 +0200 Subject: [PATCH] Add expectations about slow start --- bin/omarchy-install-steam | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/bin/omarchy-install-steam b/bin/omarchy-install-steam index 0fad4a5a..5765ea84 100755 --- a/bin/omarchy-install-steam +++ b/bin/omarchy-install-steam @@ -25,4 +25,8 @@ for vendor in "${!VULKAN_DRIVERS[@]}"; do done omarchy-pkg-add "${PACKAGES[@]}" + +echo "" +echo "Steam will start automatically now. This might take a while..." + setsid gtk-launch steam >/dev/null 2>&1 &