Francesco149 / sharenix

A ShareX clone for Linux and FreeBSD.
GNU General Public License v3.0
589 stars 35 forks source link

QOL -- Move sharenix configuration to ~/.config/sharenix #41

Closed zQueal closed 5 years ago

zQueal commented 5 years ago

This is a no-brainer. Sharenix configuration files under ~/sharenix should be in ~/.config/sharenix.

For one, so they're hidden, and two so sharenix conforms to linux standards.

Francesco149 commented 5 years ago

yeah at some point it would be neater to move archive to ~/.local/… and config to ~/.config/…

though some users might actually like the visibility of the archive folder for example people trying to find it with a graphical file manager

zQueal commented 5 years ago

though some users might actually like the visibility

Then it would be prudent to make the paths configurable, and set the default to the linux standard which is hidden folders.

As it stands I've already found another solution that doesn't force non-hidden folders, so it's no longer an issue for me--but in the grand scheme of things following current standards is important.