ShadowBlip / gamescope-dbus

Daemon for interacting with Gamescope over DBus
GNU General Public License v3.0
4 stars 2 forks source link

feat: expose getter/setters for GAMESCOPECTRL_BASELAYER_APPID #8

Open R1kaB3rN opened 1 month ago

R1kaB3rN commented 1 month ago

umu-launcher uses python-xlib to access window values set by gamescope, and to monitor for state changes on the root window whenever the GAMESCOPECTRL_BASELAYER_APPID property changes. gamescope-dbus doesn't seem to provide methods to retrieve or set a value for GAMESCOPECTRL_BASELAYER_APPID, and I want to know if a pull request would be OK to allow access to this property.

pastaq commented 1 month ago

Sure, sounds useful