touchpad done by sxhkd

This commit is contained in:
Luke Smith
2019-05-19 20:55:42 -04:00
parent 5f1c3d48b6
commit 7639a8d8c6
2 changed files with 6 additions and 4 deletions

View File

@@ -1,4 +0,0 @@
#!/bin/sh
# Toggle touchpad. Requires xf86-input-synaptics.
(synclient | grep "TouchpadOff.*1" && synclient TouchpadOff=0)>/dev/null && echo "TouchPad reactivated." && exit
synclient TouchpadOff=1 && echo "TouchPad deactivated."