schorschii / Simple-Signer

Sign and certify PDF files on Linux with optional visual stamp using a .p12/.pfx certificate file
GNU General Public License v3.0
43 stars 8 forks source link

Suggestion: use HOME/.config directory instead HOME directory for storing settings #7

Closed henning-gerhardt closed 2 years ago

henning-gerhardt commented 2 years ago

According to Unix / Linux basedir specs or StackOverflow discussion user based configuration files should be stored inside the .config directory of the user home directory and maybe in its own subdirectory of .config.

So instead of storing the settings in ~/.simple-signer.ini the settings could be moved to f.e. ~/.config/Simple-Signer/settings.ini.