feat: Update launch scripts for improved Gamescope and Steam integration, add custom EDID firmware, and enhance session management

This commit is contained in:
2025-11-10 14:07:12 +01:00
parent df2931ca81
commit 0cf0261359
5 changed files with 241 additions and 25 deletions
@@ -23,6 +23,10 @@ case "$session" in
;;
esac
if systemctl --user is-active --quiet sunshine.scope; then
log "Stopping sunshine.scope"
systemctl --user stop sunshine.scope
fi
if systemctl --user is-active --quiet steam.scope; then
log "Stopping steam.scope"
systemctl --user stop steam.scope
@@ -31,10 +35,6 @@ if systemctl --user is-active --quiet plasma.scope; then
log "Stopping plasma.scope"
systemctl --user stop plasma.scope
fi
if systemctl --user is-active --quiet sunshine.scope; then
log "Stopping sunshine.scope"
systemctl --user stop sunshine.scope
fi
sleep 5
log "Restarting graphical session service..."
systemctl --user restart session.service