diff options
Diffstat (limited to 'kanotix-lxde-extra')
-rw-r--r-- | kanotix-lxde-extra/51-synaptics-kanotix.conf | 27 | ||||
-rw-r--r-- | kanotix-lxde-extra/debian/changelog | 6 | ||||
-rw-r--r-- | kanotix-lxde-extra/debian/install | 1 |
3 files changed, 34 insertions, 0 deletions
diff --git a/kanotix-lxde-extra/51-synaptics-kanotix.conf b/kanotix-lxde-extra/51-synaptics-kanotix.conf new file mode 100644 index 0000000..8f25a24 --- /dev/null +++ b/kanotix-lxde-extra/51-synaptics-kanotix.conf @@ -0,0 +1,27 @@ +# from http://wiki.debian.org/SynapticsTouchpad +# examples at /usr/share/X11/xorg.conf.d +# +# Copy this file into +# /etc/X11/xorg.conf.d/ +# +Section "InputClass" + Identifier "Touchpad" # required + MatchIsTouchpad "yes" # required + Driver "synaptics" # required +# Option "MinSpeed" "0.5" +# Option "MaxSpeed" "1.0" +# Option "AccelFactor" "0.075" + Option "TapButton1" "1" +# Option "TapButton2" "2" # multitouch +# Option "TapButton3" "3" # multitouch +# Option "VertTwoFingerScroll" "1" # multitouch +# Option "HorizTwoFingerScroll" "1" # multitouch + Option "VertEdgeScroll" "1" +# Option "CoastingSpeed" "8" +# Option "CornerCoasting" "1" +# Option "CircularScrolling" "1" +# Option "CircScrollTrigger" "7" +# Option "EdgeMotionUseAlways" "1" + Option "LBCornerButton" "8" # browser "back" btn + Option "RBCornerButton" "9" # browser "forward" btn +EndSection diff --git a/kanotix-lxde-extra/debian/changelog b/kanotix-lxde-extra/debian/changelog index c76a320..9a06b17 100644 --- a/kanotix-lxde-extra/debian/changelog +++ b/kanotix-lxde-extra/debian/changelog @@ -1,3 +1,9 @@ +kanotix-lxde-extra (0.1-4) unstable; urgency=low + + * add touchpad config 51-synaptics-kanotix.conf in examples + + -- Holger Paradies <retabell@gmx.de> Wed, 01 May 2013 17:15:28 +0200 + kanotix-lxde-extra (0.1-3) unstable; urgency=low * add fusion-icon to start-script diff --git a/kanotix-lxde-extra/debian/install b/kanotix-lxde-extra/debian/install index f1f3d23..df231f6 100644 --- a/kanotix-lxde-extra/debian/install +++ b/kanotix-lxde-extra/debian/install @@ -1,3 +1,4 @@ logout-banner.png usr/share/lxde/images splash_background_dragonfire.png usr/share/images/kanotix-lxde kanotix-start-compiz usr/bin +51-synaptics-kanotix.conf usr/share/X11/xorg.conf.d |