[conspire] more re touchscreen / tablet style scrolling and touchpad manipulation

Tony Godshall togo at of.net
Thu Apr 18 16:04:26 PDT 2013


> De
> gustibus non est disputandum, as we say in Norwegian.

sounds more latinian.  and it applies to fridges too ;-)

>> And what if you have to match paths, hmmm?  do you enjoy slanty-stick-land?
>
> Learn to love /\/crazy\/drunken\/path\/to\/file/ regex syntax.  ;->

not today, thank you very much

for the record, this made my non-DE touchpad environment much more tolarable:

for id in $(xinput list|perl -ne 'if(m{Atmel maXTouch
Touchpad.*id=([0-9]+)}){print "$1\n"}')
do
    #low,high,press, or release, start, click
    # original:      Synaptics Finger (264): 25, 30, 256
    xinput set-prop $id 'Synaptics Finger' 25 60 256
done




More information about the conspire mailing list