Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 636 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 636 Bytes

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
~~~