udev: Little update
authorStefan Huber <shuber@sthu.org>
Sun, 17 Dec 2023 20:08:46 +0000 (21:08 +0100)
committerStefan Huber <shuber@sthu.org>
Sun, 17 Dec 2023 20:08:46 +0000 (21:08 +0100)
udev/input/xprofile-udevinput-monitor

index e48d1ac2325f50148d62ea93504cd226d0a6f133..d9204adac8e8791ee35eaf9c710fb327cbf7d762 100755 (executable)
@@ -4,7 +4,7 @@ set -e
 
 # For each add-event of input subsystem by udev call ~/.xprofile-keyboard
 udevadm monitor -u -s input | grep --line-buffered add | while read line; do
-       echo ">> $line";
+       echo ">> $line"
        sh ~/.xprofile-udevinput
 done