end-4 / dots-hyprland

Modern, feature-rich and accessible desktop configuration.
https://end-4.github.io/dots-hyprland-wiki/en/
GNU General Public License v3.0
3.1k stars 201 forks source link

[Feature] delete all ags related folders in uninstall.sh #525

Closed l4v3nx closed 1 month ago

l4v3nx commented 1 month ago

What would you like to be added?

add rm -rf of .local/state/ags and .cache/ags folders (besides .local/state/ags is not accessible from regular user so it would be helpful to make workaround for deletion in the script)

How will it help

delete leftovers from dots because user can forget about them or wouldn't be aware of them at all. also this will be helpful for dots' clean installs as .local/state/ags is created by ags and there are no filed being created by install.sh

l4v3nx commented 1 month ago

pretty much here https://github.com/end-4/dots-hyprland/blob/c79055e56daf3e775aff5d1ca2ebf30d5b56a9b8/uninstall.sh#L27

l4v3nx commented 1 month ago

done in 66b3031