diff options
author | Clement Lefebvre <[email protected]> | 2016-03-03 13:18:29 +0000 |
---|---|---|
committer | monsta <[email protected]> | 2016-03-24 12:01:05 +0300 |
commit | 8abd921b666acce33d2d9d811bd9c9602066fc0d (patch) | |
tree | 6b02eb2de1805be4e707d520e35de85014cd34b6 | |
parent | 02ef9ca6f5ac17e9c68d1cafa5f2581fa824dee8 (diff) | |
download | mate-settings-daemon-8abd921b666acce33d2d9d811bd9c9602066fc0d.tar.bz2 mate-settings-daemon-8abd921b666acce33d2d9d811bd9c9602066fc0d.tar.xz |
Touchpad settings: Enabled natural scroll by default
-rw-r--r-- | data/org.mate.peripherals-touchpad.gschema.xml.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/org.mate.peripherals-touchpad.gschema.xml.in b/data/org.mate.peripherals-touchpad.gschema.xml.in index 952f6dc..2201a23 100644 --- a/data/org.mate.peripherals-touchpad.gschema.xml.in +++ b/data/org.mate.peripherals-touchpad.gschema.xml.in @@ -31,7 +31,7 @@ <description></description> </key> <key name="natural-scroll" type="b"> - <default>false</default> + <default>true</default> <summary>Natural scrolling</summary> <description>Set this to true to enable natural (reverse) scrolling for touchpads</description> </key> |