17 lines
232 B
Markdown
17 lines
232 B
Markdown
|
# nixosconfig
|
||
|
|
||
|
Run game in Game mode with optimized system settings:
|
||
|
```bash
|
||
|
gamemoderun $command
|
||
|
```
|
||
|
|
||
|
Run game with resources HUD:
|
||
|
```bash
|
||
|
mangohud $command
|
||
|
```
|
||
|
|
||
|
Use Steam's gamescope to launch game:
|
||
|
```bash
|
||
|
gamescope $command
|
||
|
```
|