fixed script call
This commit is contained in:
5
.local/bin/enable_touch
Executable file
5
.local/bin/enable_touch
Executable file
@@ -0,0 +1,5 @@
|
||||
#!/bin/sh
|
||||
|
||||
devID=$( xinput list | grep "TouchPad" | sed -n -e 's/.*id=\([0-9]*\).*/\1/p' )
|
||||
propID=$( xinput list-props $devID | grep "Tapping Enabled (" | sed -n -e 's/.*(\([0-9]*\)).*/\1/p' )
|
||||
xinput set-prop $devID $propID 1
|
||||
Reference in New Issue
Block a user