mirror of
https://github.imc.re/void-land/hyprland-void-dots
synced 2025-04-25 08:46:55 +02:00
doc: steam full guide
This commit is contained in:
parent
6c8ba8d390
commit
b446c6695f
2 changed files with 17 additions and 2 deletions
|
@ -90,13 +90,12 @@ The following packages are required for the proper functioning of Hyprland on Vo
|
|||
|
||||
- alacritty
|
||||
- zellij
|
||||
- MangoHud
|
||||
- neofetch
|
||||
- fontmanager
|
||||
- gnome-system-monitor
|
||||
- nwg-look
|
||||
- telegram-desktop
|
||||
- steam and deps : libgcc-32bit libstdc++-32bit libdrm-32bit libglvnd-32bit mesa-dri-32bit
|
||||
- [steam](./guides/STEAM.md)
|
||||
</details>
|
||||
|
||||
|
||||
|
|
16
guides/STEAM.md
Normal file
16
guides/STEAM.md
Normal file
|
@ -0,0 +1,16 @@
|
|||
# Steam Gaming Guide with GameMode and MangoHud on Void Linux
|
||||
|
||||
## Prerequisites
|
||||
|
||||
- Steam installed : steam
|
||||
- Steam Libs installed : libgcc-32bit libstdc++-32bit libdrm-32bit libglvnd-32bit mesa-dri-32bit
|
||||
- GameMode installed : gamemode
|
||||
- MangoHud installed : MangoHud
|
||||
|
||||
## Run Steam games with GameMode and MangoHud
|
||||
|
||||
Modify the game's launch options on Steam to use the created script. Right-click on the game in your Steam Library, choose "Properties," and under the "General" tab, click on "Set Launch Options." Enter the following command:
|
||||
|
||||
```bash
|
||||
gamemoderun mangohud %command%
|
||||
```
|
Loading…
Add table
Reference in a new issue