gayming: note SteamDeck=1 for gamescope

This commit is contained in:
Aminda Suomalainen 2025-06-02 11:30:17 +03:00
parent 996a107f46
commit 675d7f8e8f
Signed by: Mikaela
GPG Key ID: 99392F62BAE30723

View File

@ -46,11 +46,14 @@ Steam? Edit launch options for the game (second click, properties, general,
launch options): launch options):
``` ```
gamescope --steam --borderless -- %command% SteamDeck=1 gamescope --steam --borderless -- %command%
``` ```
See also `gamescope --help` See also `gamescope --help`
- `SteamDeck=1` sends same variable as Steam Deck and magically fixes some
games. E.g. Kingdom Hearts: Birth by Sleep (part of KH 1.5 + 2.5 HD), except
that it has screen tearing which gamescope fixes.
- `--steam` - enables Steam integration, whatever that is - `--steam` - enables Steam integration, whatever that is
- `--borderless` borderless full-screen mode (that Sway may be making windowed - `--borderless` borderless full-screen mode (that Sway may be making windowed
though) though)