chimera-steam-switch/plugin.json
Jose Falanga ff63dfad65 Never return to the OpenGamepadUI session when switching to Steam (v0.1.2)
A return file pointing at gamescope-session-opengamepadui is a stale
self-reference: os-session-select writes the current autologin session to the
return file on every switch, and once an exclusive OGPU session is active that
session is OpenGamepadUI itself. Returning to it bounces straight back instead
of landing in Steam, so drop it from the valid return sessions.
2026-08-09 15:43:35 -03:00

23 lines
926 B
JSON

{
"plugin.id": "session-switch",
"plugin.name": "Session Switch",
"plugin.version": "0.1.2",
"plugin.min-api-version": "1.1.0",
"plugin.link": "https://forge.thergic.ar/jose/steam-button-opengamepadui-plugin",
"plugin.source": "https://forge.thergic.ar/jose/steam-button-opengamepadui-plugin",
"plugin.summary": "Adds a 'Switch to Steam' button to the power menu",
"plugin.description": "Lets OpenGamepadUI return to Steam game mode on ChimeraOS and SteamOS by adding a 'Switch to Steam' button to the power menu, in addition to the built-in 'Switch to Desktop' button.",
"store.tags": [
"session-switch",
"utility",
"system",
"chimeraos",
"steamos"
],
"store.images": [
"https://forge.thergic.ar/jose/steam-button-opengamepadui-plugin/raw/branch/trunk/docs/icon.png"
],
"author.name": "Jose Falanga",
"author.email": "jose.falanga@gmail.com",
"entrypoint": "plugin.gd"
}