# HG changeset patch # User Christophe Lincoln # Date 1402598154 -7200 # Node ID 7d7ec01f832e8b8dc5eb38362cb6bf90f27724fc # Parent e1412a523d8e53f27c70e526ab8e253af42ae77e Remove duplicated Xorg *synaptics.conf diff -r e1412a523d8e -r 7d7ec01f832e xorg-xf86-input-synaptics/stuff/35-synaptics.conf --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/xorg-xf86-input-synaptics/stuff/35-synaptics.conf Thu Jun 12 20:35:54 2014 +0200 @@ -0,0 +1,17 @@ +Section "InputClass" + Identifier "touchpad" + Driver "synaptics" + MatchIsTouchpad "on" + MatchDevicePath "/dev/input/event*" + Option "SHMConfig" "on" + Option "TapButton1" "1" + Option "TapButton2" "2" + Option "TapButton3" "3" + Option "VertEdgeScroll" "on" + Option "VertTwoFingerScroll" "on" + Option "HorizEdgeScroll" "on" + Option "HorizTwoFingerScroll" "on" + Option "CircularScrolling" "on" + Option "CircScrollTrigger" "2" + Option "EmulateTwoFingerMinZ" "0" +EndSection diff -r e1412a523d8e -r 7d7ec01f832e xorg-xf86-input-synaptics/stuff/45-synaptics.conf --- a/xorg-xf86-input-synaptics/stuff/45-synaptics.conf Thu Jun 12 09:18:41 2014 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,17 +0,0 @@ -Section "InputClass" - Identifier "touchpad" - Driver "synaptics" - MatchIsTouchpad "on" - MatchDevicePath "/dev/input/event*" - Option "SHMConfig" "on" - Option "TapButton1" "1" - Option "TapButton2" "2" - Option "TapButton3" "3" - Option "VertEdgeScroll" "on" - Option "VertTwoFingerScroll" "on" - Option "HorizEdgeScroll" "on" - Option "HorizTwoFingerScroll" "on" - Option "CircularScrolling" "on" - Option "CircScrollTrigger" "2" - Option "EmulateTwoFingerMinZ" "0" -EndSection \ No newline at end of file