From: Don Armstrong Date: Sun, 13 Sep 2009 18:40:03 +0000 (+0000) Subject: tweak volo xsession X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=a5a112e639e7842d7d23a6825eeb9a0c3d34d36f;p=x_base.git tweak volo xsession --- diff --git a/.synclient_volo b/.synclient_volo index ded2b62..c470482 100644 --- a/.synclient_volo +++ b/.synclient_volo @@ -1,4 +1,7 @@ +#!/bin/sh #-*- mode: sh; -*- +set -x + synclient -s \ LeftEdge=0 \ RightEdge=1500 \ @@ -38,7 +41,7 @@ synclient -s \ LeftRightScrollRepeat=1 \ ScrollButtonRepeat=100 \ TouchpadOff=0 \ - GuestMouseOff=0 + GuestMouseOff=0 \ LockedDrags=1 \ LockedDragTimeout=5000 \ RTCornerButton=0 \ @@ -49,8 +52,8 @@ synclient -s \ TapButton2=2 \ TapButton3=3 \ ClickFinger1=1 \ - ClickFinger2=3 \ - ClickFinger3=2 \ + ClickFinger2=1 \ + ClickFinger3=1 \ CircularScrolling=0 \ CircScrollDelta=0.1 \ CircScrollTrigger=0 \ diff --git a/.xsession_volo b/.xsession_volo index 6ade103..8b81d5a 100644 --- a/.xsession_volo +++ b/.xsession_volo @@ -21,26 +21,7 @@ EOF if [ -x /usr/bin/synclient ]; then - synclient RTCornerButton=0 \ - RBCornerButton=0 \ - LTCornerButton=0 \ - RTCornerButton=0 \ - LBCornerButton=0 \ - PalmDetect=1 \ - VertEdgeScroll=1 \ - LockedDrags=1 \ - LeftEdge=0 \ - TopEdge=0 \ - FastTaps=1 \ - FingerLow=14 \ - FingerHigh=20 \ - HorizEdgeScroll=0 \ - MinSpeed=0.2 \ - MaxSpeed=1.5 \ - AccelFactor=0.25 \ - UpDownScrolling=0 \ - LeftRightScrolling=0 \ - RightEdge=1500; + . ~/.synclient_volo fi; if [ -x /usr/bin/syndaemon ]; then