Skip to content

Conversation

@Vilez0
Copy link
Contributor

@Vilez0 Vilez0 commented Jun 20, 2024

This PR removes the hardcoded path for the user configuration directory ($HOME/.config/) and cache directory ($HOME/.cache). instead it uses the environment variable XDG_CONFIG_HOME and XDG_CACHE_HOME. This allows users to have more control over where the configuration files and cache files are stored.

@fthaltun
Copy link
Member

fthaltun commented Jul 2, 2024

@fthaltun fthaltun closed this in 5e2b1d1 Jul 3, 2024
@Vilez0
Copy link
Contributor Author

Vilez0 commented Jul 3, 2024

https://lazka.github.io/pgi-docs/GLib-2.0/functions.html#GLib.get_user_cache_dir https://lazka.github.io/pgi-docs/GLib-2.0/functions.html#GLib.get_user_config_dir

what about to use these?

When I did my research, I could not see them. I will use them and open a pr again as soon as I am available.
Edit: looks like there is no need, its already done by you :D

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants