doc: steam full guide

This commit is contained in:
hesam-init 2024-02-24 17:57:30 +03:30
parent 6c8ba8d390
commit b446c6695f
2 changed files with 17 additions and 2 deletions

View file

@ -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
View 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%
```