darkhz / bluetuith

A TUI bluetooth manager for Linux.
MIT License
914 stars 24 forks source link

Put config file in $XDG_CONFIG_HOME #25

Closed anoosa1 closed 1 year ago

anoosa1 commented 1 year ago

did it in #26

darkhz commented 1 year ago

Why would you need to put an application's configuration in the user's home directory? The appropriate place is the .config directory itself.

And in the event the .config directory isn't present, bluetuith will automatically put its configuration folder and files in your home directory.

anoosa1 commented 1 year ago

the request isn't to put it in the home folder, it's to put it in $XDG_CONFIG_HOME instead of .config (on my system $XDG_CONFIG_HOME isn't .config)

darkhz commented 1 year ago

Sorry, I misinterpreted the issue, I only skimmed through the description and assumed you meant the home directory. I'll look into merging this.

darkhz commented 1 year ago

This issue has been fixed in the latest release.