add chimeraos/gamescope-session support

This commit is contained in:
josephsmendoza
2023-06-17 23:59:59 -07:00
parent 2ccfc524dd
commit 6fbaf6030c
+1 -1
View File
@@ -3,7 +3,7 @@ set -xeuo pipefail
git clone https://github.com/sugoidogo/gamescope-session-nested.git || true
cd gamescope-session-nested
git pull
cp -rv .local ~/
cp -rv .local .config ~/
chmod +x ~/.local/share/gamescope-session-nested/*
update-desktop-database ~/.local/share/applications
read -rp "Install Complete"