GNOME: Difference between revisions

Normalcea (talk | contribs)
Configuration: Overhaul section on dconf to be more clear and pedagogical
Normalcea (talk | contribs)
m Configuration: Fix inconsistency in snippets given
Line 55: Line 55:
         };
         };
         "org/gnome/desktop/input-sources" = {
         "org/gnome/desktop/input-sources" = {
           xkb-options = ["ctrl:nocaps"];
           xkb-options = [ "ctrl:nocaps" ];
         };
         };
       };
       };
Line 68: Line 68:
   dconf.settings = {
   dconf.settings = {
     "org/gnome/desktop/interface" = {
     "org/gnome/desktop/interface" = {
       accent-color = "pink";
       accent-color = "blue";
     };
     };
     "org/gnome/desktop/input-sources" = {
     "org/gnome/desktop/input-sources" = {