You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
most of the time, this just ends up being ~/.config/de. I used to think this was silly, but more and more tools are using it. And we're laying claim to an entire config dir, so why not?
This seems like it would need to be platform specific. It wouldn't work on, say, Windows or Mac, but it might make sense to make a package to get a config location specific to the platform you're on (ie. on Plan9 it should probably be $home/lib/de). Is there any reliable way to tell if a unix user prefers XDG? ~/.progrc or ~/.prog seem more to be more of the classic place for UNIX programs to put their config to me and I'd never think to check ~/config/. I just checked, and I seem to have a bunch of XDG_ variables, but no $XDG_CONFIG_HOME set in my shell. I suppose we could check that and fallback on ~/.de if it's not set, but it might get confusing if there's 2 potential locations on the same OS.
The fact that systemd and pulseaudio seepulsedm to be the only things putting anything in $XDG_RUNTIME_DIR (one of the variable's that is set) makes me a little nervous..
most of the time, this just ends up being
~/.config/de
. I used to think this was silly, but more and more tools are using it. And we're laying claim to an entire config dir, so why not?full spec lives at https://specifications.freedesktop.org/basedir-spec/basedir-spec-latest.html#basics
The text was updated successfully, but these errors were encountered: