diff options
Diffstat (limited to 'schemas')
-rw-r--r-- | schemas/org.mate.interface.gschema.xml.in.in | 5 | ||||
-rw-r--r-- | schemas/org.mate.peripherals-mouse.gschema.xml.in.in | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/schemas/org.mate.interface.gschema.xml.in.in b/schemas/org.mate.interface.gschema.xml.in.in index 979024b..c8b3742 100644 --- a/schemas/org.mate.interface.gschema.xml.in.in +++ b/schemas/org.mate.interface.gschema.xml.in.in @@ -105,6 +105,11 @@ <_summary>Use GTK3 header bar</_summary> <_description>Whether builtin GTK+ dialogs such as the file chooser, the color chooser or the font chooser will use a header bar at the top to show action widgets, or an action area at the bottom. This setting does not affect custom dialogs using GtkDialog directly, or message dialogs.</_description> </key> + <key name="gtk-overlay-scrolling" type="b"> + <default>false</default> + <_summary>Use GTK3 overlay scrolling</_summary> + <_description>Whether built-in GTK+ scrolled windows will use overlay scrolling. Overlay scrolling hides and reduces the size of the scrollbar until it gets focus.</_description> + </key> <key name="gtk-enable-animations" type="b"> <default>true</default> <_summary>Enable Gtk toolkit-wide animations</_summary> diff --git a/schemas/org.mate.peripherals-mouse.gschema.xml.in.in b/schemas/org.mate.peripherals-mouse.gschema.xml.in.in index 0722818..3817d9d 100644 --- a/schemas/org.mate.peripherals-mouse.gschema.xml.in.in +++ b/schemas/org.mate.peripherals-mouse.gschema.xml.in.in @@ -31,7 +31,7 @@ <_description>Length of a double click.</_description> </key> <key name="middle-button-enabled" type="b"> - <default>false</default> + <default>true</default> <_summary>Middle button emulation</_summary> <_description>Enables middle mouse button emulation through simultaneous left and right button click.</_description> </key> |