all repos — dotfiles @ 8923e58fa4caf9a181578df502bbffdfe473a49b

linux dotfiles

update scripts/toggle_touchpad.sh
prithugoswami prithugoswami524@gmail.com
Wed, 13 Jun 2018 18:25:20 +0530
commit

8923e58fa4caf9a181578df502bbffdfe473a49b

parent

8a134d6b263d8a6969f8c288dd02a8a5ada367a7

1 files changed, 0 insertions(+), 2 deletions(-)

jump to
M scripts/toggle_touchpad.shscripts/toggle_touchpad.sh

@@ -1,8 +1,6 @@

#!/bin/sh # device id=14 -# toggles the touchapd on and sleeps for 30 seconds and then -# disables it again. touchpad="$(xinput list-props 14 | awk 'NR == 2 {print $4}')" if [ "$touchpad" -eq 0 ]; then