diff options
author | monsta <[email protected]> | 2016-04-05 15:33:07 +0300 |
---|---|---|
committer | monsta <[email protected]> | 2016-04-05 15:33:07 +0300 |
commit | 56c983f5454681328f763ad93f91c738b9054896 (patch) | |
tree | 8b629f8d6d2458bff14c4fdd618836626eea7491 /data | |
parent | bd44763568578488bd85595e33074f895704fb7a (diff) | |
download | mate-settings-daemon-56c983f5454681328f763ad93f91c738b9054896.tar.bz2 mate-settings-daemon-56c983f5454681328f763ad93f91c738b9054896.tar.xz |
Revert "Touchpad settings: Enabled natural scroll by default"
This reverts commit 8abd921b666acce33d2d9d811bd9c9602066fc0d.
based on feedback in the comments at https://github.com/mate-desktop/mate-settings-daemon/pull/137
Diffstat (limited to 'data')
-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 2186487..bedb540 100644 --- a/data/org.mate.peripherals-touchpad.gschema.xml.in +++ b/data/org.mate.peripherals-touchpad.gschema.xml.in @@ -31,7 +31,7 @@ <description>Set this to TRUE to allow horizontal two-finger scrolling</description> </key> <key name="natural-scroll" type="b"> - <default>true</default> + <default>false</default> <summary>Natural scrolling</summary> <description>Set this to true to enable natural (reverse) scrolling for touchpads</description> </key> |