mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-23 13:15:24 +02:00
gamescope: add example explaining the steam syntax (#16465)
Co-authored-by: Juri Dispan <juri.dispan@posteo.net>
This commit is contained in:
parent
65424f4917
commit
369477e66a
1 changed files with 6 additions and 2 deletions
|
@ -3,9 +3,13 @@
|
|||
> A micro-compositor used as a game layer.
|
||||
> More information: <https://github.com/ValveSoftware/gamescope>.
|
||||
|
||||
- Run a program with gamescope:
|
||||
- Run a program with gamescope on the terminal:
|
||||
|
||||
`gamescope -- {{command}}`
|
||||
`gamescope -- {{program}}`
|
||||
|
||||
- Run a game with gamescope through Steam:
|
||||
|
||||
`gamescope -- %command%`
|
||||
|
||||
- Upscale a 720p game to 1440p with integer scaling:
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue