From 5c17b1f5656d5bc9d206fc53139d095263e8a83a Mon Sep 17 00:00:00 2001 From: Gavin Nugent Date: Sun, 23 Nov 2025 19:36:53 +0000 Subject: [PATCH] Uninstall --- Uninstall | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 Uninstall diff --git a/Uninstall b/Uninstall new file mode 100644 index 0000000..1e43e61 --- /dev/null +++ b/Uninstall @@ -0,0 +1,29 @@ + +There isn’t 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.