diff options
author | Patrick Monnerat <[email protected]> | 2017-07-02 16:45:11 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2017-12-21 21:08:18 +0100 |
commit | 5a5b99d77e1cf65175b392c35e220c4a647429c3 (patch) | |
tree | 9a6d179c41f3112cafe8324ab7db0a86bd47ab3d /data | |
parent | d6209ab657546e23b77eff5cb9860f76bc8eb5ca (diff) | |
download | mate-settings-daemon-5a5b99d77e1cf65175b392c35e220c4a647429c3.tar.bz2 mate-settings-daemon-5a5b99d77e1cf65175b392c35e220c4a647429c3.tar.xz |
touchpad: disable clickfinger by default
Diffstat (limited to 'data')
-rw-r--r-- | data/org.mate.peripherals-touchpad.gschema.xml.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/data/org.mate.peripherals-touchpad.gschema.xml.in b/data/org.mate.peripherals-touchpad.gschema.xml.in index fae5306..90b83c8 100644 --- a/data/org.mate.peripherals-touchpad.gschema.xml.in +++ b/data/org.mate.peripherals-touchpad.gschema.xml.in @@ -46,12 +46,12 @@ <description>Set this to TRUE to enable all touchpads.</description> </key> <key name="two-finger-click" type="i"> - <default>3</default> + <default>0</default> <summary>Enabled two-finger button-click emulation</summary> <description>0 thru 3, 0 is inactive, 1-3 is button to emulate</description> </key> <key name="three-finger-click" type="i"> - <default>2</default> + <default>0</default> <summary>Enable three-finger button-click emulation</summary> <description>0 thru 3, 0 is inactive, 1-3 is button to emulate</description> </key> |