2011-09-11から1日間の記事一覧

Misc memo. disable/enable touchpad via xinput, sent a patch to rhbz 732182.

This is a simple script to Disable/Enable touchpad from terminal via xinput. #!/bin/bash val=0 if [ "$#" = "1" ]; then val=$1 fi touchpad_device="FSPPS/2 Sentelic FingerSensingPad" device_num=`xinput list | grep "$touchpad_device" | cut -d…