mirror of
https://gitea.blesmrt.net/mikaela/gist.git
synced 2025-08-04 13:07:27 +02:00
Compare commits
2 Commits
9abf81526f
...
675d7f8e8f
Author | SHA1 | Date | |
---|---|---|---|
675d7f8e8f | |||
996a107f46 |
@ -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)
|
||||||
|
8
pnpm-lock.yaml
generated
8
pnpm-lock.yaml
generated
@ -132,10 +132,10 @@ packages:
|
|||||||
integrity: sha512-tlbJqcMHnPKI9zSrystikWKwHkBqu2a/Sgw01h3zFjvYrMxEDYHzzoMZnUrbIfpTFEsoRnnviOXNCzFiSc54Qw==,
|
integrity: sha512-tlbJqcMHnPKI9zSrystikWKwHkBqu2a/Sgw01h3zFjvYrMxEDYHzzoMZnUrbIfpTFEsoRnnviOXNCzFiSc54Qw==,
|
||||||
}
|
}
|
||||||
|
|
||||||
sh-syntax@0.5.7:
|
sh-syntax@0.5.8:
|
||||||
resolution:
|
resolution:
|
||||||
{
|
{
|
||||||
integrity: sha512-74m9dt91konrF5+m0kASugzi37VxKsnTJQ6yvdDZu3IijG5/vIZpImP6FadsJLWNt2X2YD0VaTwW5W7Ox7mFVg==,
|
integrity: sha512-JfVoxf4FxQI5qpsPbkHhZo+n6N9YMJobyl4oGEUBb/31oQYlgTjkXQD8PBiafS2UbWoxrTO0Z5PJUBXEPAG1Zw==,
|
||||||
}
|
}
|
||||||
engines: { node: ">=16.0.0" }
|
engines: { node: ">=16.0.0" }
|
||||||
|
|
||||||
@ -189,7 +189,7 @@ snapshots:
|
|||||||
dependencies:
|
dependencies:
|
||||||
"@reteps/dockerfmt": 0.3.6
|
"@reteps/dockerfmt": 0.3.6
|
||||||
prettier: 3.5.3
|
prettier: 3.5.3
|
||||||
sh-syntax: 0.5.7
|
sh-syntax: 0.5.8
|
||||||
|
|
||||||
prettier-plugin-toml@2.0.4(prettier@3.5.3):
|
prettier-plugin-toml@2.0.4(prettier@3.5.3):
|
||||||
dependencies:
|
dependencies:
|
||||||
@ -200,7 +200,7 @@ snapshots:
|
|||||||
|
|
||||||
regexp-to-ast@0.5.0: {}
|
regexp-to-ast@0.5.0: {}
|
||||||
|
|
||||||
sh-syntax@0.5.7:
|
sh-syntax@0.5.8:
|
||||||
dependencies:
|
dependencies:
|
||||||
tslib: 2.8.1
|
tslib: 2.8.1
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user