TOUCH_EVENT=event0
TS_NAME=`cat /sys/class/input/${TOUCH_EVENT}/device/name`

 

顯示X設定

echo "--- xfconf-query -l ---"
xfconf-query -l
xfconf-query -l >  /tmp/xfconf-query1.log
input="/tmp/xfconf-query1.log"
while IFS= read -r line
do
        echo "--- xfconf-query -c ${line} -lv ---" >> ${TMP_FILE}
        xfconf-query -c ${line} -lv  >> ${TMP_FILE}  2>&1
done < "$input"

 


 xinput set-prop "${TS_NAME}" 'libinput Tapping Enabled' 1

arrow
arrow
    文章標籤
    xinput
    全站熱搜

    立你斯 發表在 痞客邦 留言(0) 人氣()