From 100eb9d9bfa58d55db76a10eaa32da16d1e659d5 Mon Sep 17 00:00:00 2001 From: Imanol-Mikel Barba Sabariego Date: Fri, 27 Nov 2015 08:12:31 +0100 Subject: [PATCH] Fixed README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7ca65f1..6e8dc61 100644 --- a/README.md +++ b/README.md @@ -1,6 +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" +ACTION=="add", ATTRS{bInterfaceClass}=="03", ENV{DISPLAY}=":0.0" RUN+="/bin/su - -c /usr/local/bin/touchpad_disabler" +ACTION=="remove", ENV{DISPLAY}=":0.0" RUN+="/bin/su - -c /usr/local/bin/touchpad_disabler" ``` \ No newline at end of file -- libgit2 0.22.2