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

View File

@@ -7,3 +7,7 @@ gamescope --force-grab-cursor --sdr-gamut-wideness 1 --mangoapp --hdr-enabled -f
``` ```
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
```