diff --git a/bin/omarchy-install-steam b/bin/omarchy-install-steam index 3d23cf08..a5764bb4 100755 --- a/bin/omarchy-install-steam +++ b/bin/omarchy-install-steam @@ -3,5 +3,5 @@ set -e echo "Now pick dependencies matching your graphics card" -sudo pacman -S --noconfirm steam +sudo pacman -S steam setsid gtk-launch steam >/dev/null 2>&1 &