diff --git a/README.md b/README.md new file mode 100644 index 0000000..7ca65f1 --- /dev/null +++ b/README.md @@ -0,0 +1,6 @@ +To automatically run the program on device plug in or plug out events, add this to `udev` rules: + +``` +ACTION=="add", ATTRS{bInterfaceClass}=="03", ENV{DISPLAY}=":0.0" RUN+="/bin/su - imanol -c /usr/local/bin/touchpad_disabler" +ACTION=="remove", ENV{DISPLAY}=":0.0" RUN+="/bin/su - imanol -c /usr/local/bin/touchpad_disabler" +``` \ No newline at end of file