From b446c6695fbd1ae4e31ba62ba01914264546e041 Mon Sep 17 00:00:00 2001 From: hesam-init Date: Sat, 24 Feb 2024 17:57:30 +0330 Subject: [PATCH] doc: steam full guide --- README.md | 3 +-- guides/STEAM.md | 16 ++++++++++++++++ 2 files changed, 17 insertions(+), 2 deletions(-) create mode 100644 guides/STEAM.md diff --git a/README.md b/README.md index dc084c8..7bc00ce 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/guides/STEAM.md b/guides/STEAM.md new file mode 100644 index 0000000..5f78f88 --- /dev/null +++ b/guides/STEAM.md @@ -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% +``` \ No newline at end of file