add: stream settings

This commit is contained in:
2026-04-06 22:47:48 -07:00
parent 0729362497
commit bdc44a37ef
2 changed files with 10 additions and 6 deletions

View File

@@ -6,4 +6,8 @@ When playing on my large monitor, these settings work well:
gamescope --force-grab-cursor --sdr-gamut-wideness 1 --mangoapp --hdr-enabled -f -W 3440 -H 1440 -r 240 -- %command% --launcher-skip
```
When streaming, I switch to some different settings. This allows me to more easily manage stuff.
When streaming, I switch to some different settings. This allows me to more easily manage stuff.
```
gamescope --force-grab-cursor --sdr-gamut-wideness 1 --mangoapp --hdr-enabled -W 1920 -H 1080 -r 240 -- %command% --launcher-skip
```