I would like to backup some KDE settings but don’t really know which files to copy from .config
Searching for their names in github.com/KDE has given me some idea about their purposes but I couldn’t find any comments or documentation there either.
I would like to backup some KDE settings but don’t really know which files to copy from .config
Searching for their names in github.com/KDE has given me some idea about their purposes but I couldn’t find any comments or documentation there either.
Ah, neat. I had to come up with my trick, because I wanted to know specifically which line changed to what. That’s pretty easy to see with
git diff
then. But yeah, if you just want to know which files changed, that’s certainly saner. 🙃