MaxVerevkin / i3bar-river

A port of i3bar for wlroots-based compositors
GNU General Public License v3.0
39 stars 5 forks source link

Default XDG_CONFIG_HOME has broken #6

Closed duckbilledwren closed 1 year ago

duckbilledwren commented 1 year ago

It looks like in the process of removing the dirs_next dependency, the function that finds the default XDG_CONFIG_HOME path (config_dir() in config.rs) accidentally changed to looking for $HOME/config instead of $HOME/.config (the initial period in the config directory has been removed).

MaxVerevkin commented 1 year ago

Thanks for pointing out, fixed.