Update touchscreen script
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
device="04F3200A:00 04F3:2373"
|
||||
state=$(xinput --list-props "$device" | grep "Device Enabled" | sed -nr 's/.*:\t([0-9])/\1/p')
|
||||
|
||||
if [ "$state" = "0" ]; then
|
||||
if [ "$state" = "0" ] && [ -z "$1" ]; then
|
||||
xinput --enable "$device"
|
||||
else
|
||||
xinput --disable "$device"
|
||||
|
||||
Reference in New Issue
Block a user