OSDN Git Service

regenerate instantmouse ids
authorpaperbenni <paperbenni@gmail.com>
Thu, 29 Oct 2020 15:26:02 +0000 (16:26 +0100)
committerpaperbenni <paperbenni@gmail.com>
Thu, 29 Oct 2020 15:26:02 +0000 (16:26 +0100)
autostart.sh

index 7564785..a1b25be 100755 (executable)
@@ -490,6 +490,7 @@ while :; do
     XINPUTSUM="$(xinput | md5sum)"
     if ! [ "$OLDXSUM" = "$XINPUTSUM" ]; then
         OLDXSUM="$XINPUTSUM"
+        instantmouse gen
         applymouse
     fi
     sleep 2