dconf read /org/gnome/desktop/input-sources/sources
has the same output as
dconf read /org/gnome/desktop/input-sources/mru-sources
which is
[('xkb', 'ch+de_nodeadkeys'), ('xkb', 'us')]
What is the difference?
Should I always modify both? If not, when/why not?
mru-sources
will be irrelevant when one modifiessources
to add an additional keyboard layout? Could you perhaps come up with an example when one would want to modify MRU? – lucidbrot Apr 19 '20 at 19:10