Consider moving config to XDG directory #1

Closed
opened 2021-02-28 11:15:10 -08:00 by abrouwers · 2 comments
abrouwers commented 2021-02-28 11:15:10 -08:00 (Migrated from github.com)

In the last couple of years, there is an effort to reduce /home directory configs. Many programs have migrated ~/.config and/or ~/.local/share/ for configs and/or data. Arch has a nice wiki describing this:

https://wiki.archlinux.org/index.php/XDG_Base_Directory

So, it might be nice to migrate entice's config to ~/.config/entice, rather than just ~/.entirce ?

In the last couple of years, there is an effort to reduce /home directory configs. Many programs have migrated ~/.config and/or ~/.local/share/ for configs and/or data. Arch has a nice wiki describing this: https://wiki.archlinux.org/index.php/XDG_Base_Directory So, it might be nice to migrate entice's config to ~/.config/entice, rather than just ~/.entirce ?
vtorri commented 2021-02-28 11:57:02 -08:00 (Migrated from github.com)

tell me if f2eeee3288 fixes this.

tell me if f2eeee3288d10c45002d5202a2e37f327dd0809d fixes this.
abrouwers commented 2021-02-28 13:25:51 -08:00 (Migrated from github.com)

Yup, it works! I removed ~/.entice, and now I get only:

[andrew@thinkpad entice]$ find /home/andrew/ -iname "entice"
/home/andrew/.config/entice

Yup, it works! I removed ~/.entice, and now I get only: [andrew@thinkpad entice]$ find /home/andrew/ -iname "*entice*" /home/andrew/.config/entice
Sign in to join this conversation.
No description provided.