chimera-steam-switch/plugin.json
Jose Falanga 769285f28a Restart InputPlumber and return to source session when switching back to Steam
Fixes broken input after returning from an exclusive OpenGamepadUI session:
the OGPU session leaves InputPlumber intercepting the gamepad in Block mode,
so Steam cannot read it. Restart InputPlumber before switching, and return to
the session recorded by os-session-select instead of hardcoding 'steam' so
the autologin config is preserved.
2026-08-07 16:17:55 -03:00

14 lines
605 B
JSON

{
"plugin.id": "session-switch",
"plugin.name": "Session Switch",
"plugin.version": "0.1.1",
"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.description": "Adds a 'Switch to Steam' button to the power menu so OpenGamepadUI can return to Steam game mode on ChimeraOS and SteamOS.",
"store.tags": [],
"store.images": [],
"author.name": "Jose Falanga",
"author.email": "jose.falanga@gmail.com",
"entrypoint": "plugin.gd"
}