Dushistov / sdcv

https://dushistov.github.io/sdcv/
GNU General Public License v2.0
289 stars 42 forks source link

XDG_CONFIG_HOME variable #99

Closed chekanov closed 11 months ago

chekanov commented 11 months ago

Hello,

I'm not sure this variable XDG_CONFIG_HOME can be set. I do not see it in the source code. According to the description, this variable should point to the configuration files (if I want to redefine my $HOME)

Dushistov commented 11 months ago

Hi, @chekanov.

There is no mention of XDG_ variables in source code, because of glib provides this functionality, and sdcv just uses functions from this library like g_get_user_data_dir and g_get_user_config_dir and so on.

You can find more details in this PR #59

chekanov commented 11 months ago

Thanks. I think it works now. when using this env variable.