GNOME: Difference between revisions
→Configuration: Overhaul section on dconf to be more clear and pedagogical |
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 = " | accent-color = "blue"; | ||
}; | }; | ||
"org/gnome/desktop/input-sources" = { | "org/gnome/desktop/input-sources" = { |