Update gamescope-session-nested.sh

This commit is contained in:
josephsmendoza
2023-06-16 07:10:42 -07:00
parent 0b412b2e7e
commit 5bcfe191b0
@@ -2,8 +2,8 @@
set -xeuo pipefail
if pgrep steam; then steam -shutdown; fi
while pgrep steam; do sleep 1; done
if pgrep -x steam; then steam -shutdown; fi
while pgrep -x steam; do sleep 1; done
pkill -xe gamescope || true
systemd-run --user --pty --pipe \