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 &