Skip to content

simons-public/steam-deck-custom-mangohud

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

steam-deck-custom-mangohud

Override the Steam mangohud config on Steam Deck using a user systemd service. Persistent across updates.

Installation

mkdir -p ~/.config/systemd/user
cp example-config/mangohud.conf ~/.config/
cp mangohud.service ~/.config/systemd/user/

systemctl --user daemon-reload
systemctl --user enable --now mangohud.service

Screenshot

Removal

systemctl --user disable --now mangohud 

# optional
rm ~/.config/systemd/user/mangohud.service
~~~

About

Override the Steam mangohud config on Steam Deck

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published