From 675d7f8e8ffa6123c0b6e5d98c0c3f946109b190 Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Mon, 2 Jun 2025 11:30:17 +0300 Subject: [PATCH] gayming: note SteamDeck=1 for gamescope --- gayming/README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/gayming/README.md b/gayming/README.md index ef95b10..9793455 100644 --- a/gayming/README.md +++ b/gayming/README.md @@ -46,11 +46,14 @@ Steam? Edit launch options for the game (second click, properties, general, launch options): ``` -gamescope --steam --borderless -- %command% +SteamDeck=1 gamescope --steam --borderless -- %command% ``` 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 - `--borderless` borderless full-screen mode (that Sway may be making windowed though)