I have read the Xsettings Freedesktop Specification and am not really able to find documentation about available settings online.
The specification states:
Names beginning with 'Net/' and case variants of that string are reserved and must not be used without prior agreement.
But there is no documentation on how or where to find or do these agreements.
I also get that everything else is depending on the specific Application(-framework) and i can likely find documentation there.
For example the GTK settings from the documentation can probably be translated directly, by changing the first - to a / and converting the rest to UpperCamelCase/PascalCase.
But I am also a bit lost there: What about Xft? Xft stands for X font library and the only documentation i can find is the Freedesktop Specification. The GTK documentation only provides the options, that are already in the Wiki. Unless I or someone else finds anything else, I'll just guess that's it.
I'm sorry if this not the right place for asking this.
I have read the [Xsettings Freedesktop Specification](https://specifications.freedesktop.org/xsettings-spec/xsettings-latest.html#manager-behavior) and am not really able to find documentation about available settings online.
The specification states:
> Names beginning with 'Net/' and case variants of that string are reserved and must not be used without prior agreement.
But there is no documentation on how or where to find or do these agreements.
I also get that everything else is depending on the specific Application(-framework) and i can likely find documentation there.
For example the GTK settings from the [documentation](https://docs.gtk.org/gtk4/class.Settings.html) can probably be translated directly, by changing the first `-` to a `/` and converting the rest to UpperCamelCase/PascalCase.
But I am also a bit lost there: What about Xft? Xft stands for X font library and the only documentation i can find is [the Freedesktop Specification](https://www.freedesktop.org/wiki/Software/Xft/). The GTK documentation only provides the options, that are already in the Wiki. Unless I or someone else finds anything else, I'll just guess that's it.
I'm sorry if this not the right place for asking this.