doron-cohen / antidot

Cleans up your $HOME from those pesky dotfiles
MIT License
307 stars 18 forks source link

Add missing XDG_STATE_HOME #139

Closed AlecsFerra closed 2 years ago

AlecsFerra commented 3 years ago

see: https://wiki.archlinux.org/title/XDG_Base_Directory XDG_STATE_HOME Where user-specific state files should be written (analogous to /var/lib). Should default to $HOME/.local/state.

doron-cohen commented 3 years ago

Hi @AlecsFerra Thanks for the issue I see there's a new XDG var in town. Do you know the default paths in other OSes as well? I need to check if the library I am using has a definition for that.

AlecsFerra commented 3 years ago

Sadly I don't know I just discovered this variable reading the arch wiki

doron-cohen commented 3 years ago

I updated xdg go lib in #152 so we can now use it where it fits.