Uninstall

This commit is contained in:
Gavin Nugent 2025-11-23 19:36:53 +00:00 committed by GitHub
parent 12b6a9a50e
commit 5c17b1f565
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

29
Uninstall Normal file
View file

@ -0,0 +1,29 @@
There isnt a one-command uninstaller yet, but you can remove everything manually:
1. Delete launcher scripts
rm -f ~/.local/share/steam-launcher/enter-gamesmode
rm -f ~/.local/share/steam-launcher/leave-gamesmode
rmdir ~/.local/share/steam-launcher 2>/dev/null || true
2. Remove Hyprland bindings
Edit your bindings config (~/.config/hypr/bindings.conf or similar) and delete the block between:
# Gaming Mode bindings - added by installation script
...
# End Gaming Mode bindings
3. Remove config and state (optional)
rm -f ~/.gaming-mode.conf
rm -rf ~/.cache/gaming-session
4. Remove udev rules (optional)
sudo rm -f /etc/udev/rules.d/99-gaming-performance.rules
sudo udevadm control --reload
5. Remove Intel Arc GTK fix (if you enabled it)
Delete the created environment file under /etc/environment.d/ or ~/.config/environment.d/ and log out/in.