|
|
|
|
|
by jojo14
1178 days ago
|
|
XDG specs are crap. Sure one single ~/.config folder is a very good idea. But I want it clearly visible such as ~/config. But I don't want an additional and confusing ~/.local. Plus I don't want ~/Videos or ~/Pictures folders. I am not dumb. Let me organize my folders according to my needs and my will. The first thing I do when I setup a user account is removing those useless XDG folders. XDG pretend to remove folder clusterfuck then why do they add their crappy folders? |
|
No problems: define the $XDG_CONFIG_HOME to be like so.
> I don't want an additional and confusing ~/.local.
The idea is that data and config are different. Anyway, if you have different taste, that's ok, define $XDG_DATA_HOME to be the same as config.
> I don't want ~/Videos or ~/Pictures folders
That's not in the XDG spec.