Hard Light Productions Forums

Modding, Mission Design, and Coding => FS2 Open Coding - The Source Code Project (SCP) => Topic started by: Topgun on January 27, 2011, 11:24:50 am

Title: Feature Request: Use $XDG_CONFIG_HOME
Post by: Topgun on January 27, 2011, 11:24:50 am
This is a pet peeve of mine. I hate it when devs put config files in $HOME instead of $XDG_CONFIG_HOME. If the variable $XDG_CONFIG_HOME is not defined then sure, put it in $HOME, but if it is put it there please.

I would appreciate it greatly.