Skip to content

Uninstall

Hyprland Dots Wiki edited this page Mar 2, 2026 · 2 revisions

Uninstalling Hyprland-Dots

The uninstall.sh script provides a conservative approach to removing KooL Hyprland Dots and related configuration.

How to run the uninstall script

To uninstall the Dots and related packages, run the following command from the root of the Hyprland-Dots directory:

cd ~/Hyprland-Dots
chmod +x ./uninstall.sh
./uninstall.sh

Follow the on-screen instructions to select which packages and configurations you want to remove.

Caution

The uninstall script is conservative and will NOT remove certain packages, such as:

  • Zsh and Oh My Zsh themes.
  • SDDM and its theme.
  • NVIDIA drivers or changes to GRUB/Systemd boot loader.
  • Packman Repository (OpenSUSE).
  • Wallpapers in ~/Pictures/wallpapers.

For more information, please refer to the README in the individual distro repositories.

Clone this wiki locally