A trick you can do to find out individual settings files, is:
- In your
~/.config
folder, rungit init
. git add .
git commit -m "Initial commit"
- Change a setting in the GUI.
- Run
git status
orgit diff
to see which file got changed.
You can then run git restore .
and repeat from step 4.
If you're done checking settings, just delete ~/.config/.git/
.