https://github.com/shadowblip/gamescope-session-opengamepadui
Gamescope session for OpenGamepadUI
https://github.com/shadowblip/gamescope-session-opengamepadui
Last synced: about 2 months ago
JSON representation
Gamescope session for OpenGamepadUI
- Host: GitHub
- URL: https://github.com/shadowblip/gamescope-session-opengamepadui
- Owner: ShadowBlip
- Created: 2023-02-04T01:15:53.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-06T06:24:59.000Z (about 1 year ago)
- Last Synced: 2025-04-06T20:23:03.037Z (2 months ago)
- Language: Shell
- Size: 22.5 KB
- Stars: 10
- Watchers: 3
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# OpenGamepadUI session
This project is not affiliated with Valve (wide inspiration was taken from
their work on the SteamDeck). This configuration depends on [gamescope-session](https://raw.githubusercontent.com/ChimeraOS/gamescope-session)
from the ChimeraOS project.## Basic manual setup
Copy this repository file structure into the appropriate places and you'll be
able to start the session on any Display Manager of your choice.# Configuration
The session sources environment from `~/.config/environment.d/*.conf` files.
The easiest way to configure the session is to create `~/.config/environment.d/gamescope-session.conf`
and set variables there:```
# Override entire OpenGamepadUI command line
CLIENTCMD="opengamepadui --only-qam"# Override the entire Gamescope command line
# This will not use screen and render sizes
GAMESCOPECMD="gamescope -e -f"
```# License & Contributing
The project is licensed under GPL v3 license. If you want to contribute,
just do so and thank you.