| ▲ | Hendrikto 3 hours ago | |||||||
If people just followed the XDG Base Directory Specification, config file littering would be a non-issue. More and more projects adopt it, even holdouts like Firefox. | ||||||||
| ▲ | ninkendo 2 hours ago | parent | next [-] | |||||||
I wonder how many apps actually read the correct XDG environment variables and obey them, versus just hardcoding paths that match their machine’s config paths (typically ~/.config/*) I almost want to set up a VM that sets up XDG_CONFIG_HOME as ~/.foobar and see how many apps actually respect it, and how many still write to ~/.config. | ||||||||
| ||||||||
| ▲ | skydhash 2 hours ago | parent | prev | next [-] | |||||||
I don’t mind ~/.* for config, especially when the config is just one or two files. What I don’t like is programs like go and cargo treating my $HOME as a dumping ground for every file they want to download and/or cache. | ||||||||
| ▲ | user3939382 3 hours ago | parent | prev [-] | |||||||
I contemplated for years and eventually saw someone implement a transparent kernel redirect for programs reaching for ~/.* | ||||||||