The best location to save configuration data is not directly in the home folder. Instead, as suggested by the XDG Base Directory Specification (https://specifications.freedesktop.org/basedir-spec/basedir-spec-latest.html), the best location is defined by the environmental variable $XDG_CONFIG_HOME. If empty, the default is $HOME/.config.
Summarizing, the autosaves, background images or any other configuration should go in $HOME/.config
The best location to save configuration data is not directly in the home folder. Instead, as suggested by the XDG Base Directory Specification (https://specifications.freedesktop.org/basedir-spec/basedir-spec-latest.html), the best location is defined by the environmental variable $XDG_CONFIG_HOME. If empty, the default is $HOME/.config.
Summarizing, the autosaves, background images or any other configuration should go in $HOME/.config
The best location to save configuration data is not directly in the home folder. Instead, as suggested by the XDG Base Directory Specification (https://specifications.freedesktop.org/basedir-spec/basedir-spec-latest.html), the best location is defined by the environmental variable $XDG_CONFIG_HOME. If empty, the default is $HOME/.config.
Summarizing, the autosaves, background images or any other configuration should go in $HOME/.config