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

@@ -41,12 +41,12 @@
"state": {
"type": "markdown",
"state": {
"file": "README.md",
"file": "Games.md",
"mode": "source",
"source": false
},
"icon": "lucide-file",
"title": "README"
"title": "Games"
}
}
],
@@ -142,12 +142,12 @@
"state": {
"type": "outgoing-link",
"state": {
"file": "README.md",
"file": "Games.md",
"linksCollapsed": false,
"unlinkedCollapsed": true
},
"icon": "links-going-out",
"title": "Outgoing links from README"
"title": "Outgoing links from Games"
}
},
{
@@ -214,11 +214,11 @@
},
"active": "a0cc81e9a0ac6335",
"lastOpenFiles": [
"README.md",
"thoughts.md",
"Games.md",
"infra.md",
"learning ai.md",
"README.md",
"rikidown.md",
"skubelb.md",
"valheim.md",

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
```