flegald / GZDeck

A GZDoom doom mod launcher specifically for Steam Deck
45 stars 4 forks source link

Config in Documents #15

Open LinuxToasty opened 1 year ago

LinuxToasty commented 1 year ago

Hi,
Great launcher. Can the settings file path be set to .config rather than Documents? Even if this is an option it would be great. Keeps all settings in one place.

TiZ-HugLife commented 1 year ago

Wait, this tool dumps its config in Documents? That is an extreme no-no in Linux world. This isn't Windows, you don't just dump whatever you want in the Documents folder. Configuration goes in $XDG_CONFIG_HOME/$APP_NAME. $XDG_CONFIG_HOME is usually $HOME/.config (or it falls back to that if it's unset), but not always.

flegald commented 1 year ago

Thanks guys. I will get that config saved into .config in the next commit

LinuxToasty commented 1 year ago

Brilliant. Thank you @flegald