mirror of
https://github.com/SteamDeckHomebrew/decky-plugin-template.git
synced 2026-05-16 13:40:08 +02:00
Revert due to changes breaking plugins
This commit is contained in:
@@ -36,14 +36,6 @@ It would be `root` if `root` was specified in the plugin's flags otherwise the u
|
||||
e.g.: `deck`
|
||||
"""
|
||||
|
||||
USER_ID: int
|
||||
"""
|
||||
The effective UID running the process.
|
||||
Environment variable: `UID`.
|
||||
It would be `0` if `root` was specified in the plugin's flags otherwise the id of the user whose home decky resides in.
|
||||
e.g.: `1000`
|
||||
"""
|
||||
|
||||
DECKY_VERSION: str
|
||||
"""
|
||||
The version of the decky loader.
|
||||
@@ -58,12 +50,6 @@ Environment variable: `DECKY_USER`.
|
||||
e.g.: `deck`
|
||||
"""
|
||||
|
||||
DECKY_USER_ID: int
|
||||
"""
|
||||
The UID of the user whose home decky resides in.
|
||||
Environment variable: `DECKY_USER_ID`.
|
||||
e.g.: `1000`
|
||||
"""
|
||||
|
||||
DECKY_USER_HOME: str
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user