From 8f3f89fdfdb2df3341a5a99178f721de671d9738 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Mon, 24 Nov 2025 09:30:10 +0100 Subject: [PATCH] Make sure the user gets a chance to actually pick the graphics options Closes #3585 --- bin/omarchy-install-steam | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 &