From: Stefan Huber Date: Sun, 17 Dec 2023 20:08:46 +0000 (+0100) Subject: udev: Little update X-Git-Url: https://git.sthu.org/?p=shutils.git;a=commitdiff_plain;h=9afcdc46f956e1b87f65b5016cd2f7034a1ced36 udev: Little update --- diff --git a/udev/input/xprofile-udevinput-monitor b/udev/input/xprofile-udevinput-monitor index e48d1ac..d9204ad 100755 --- a/udev/input/xprofile-udevinput-monitor +++ b/udev/input/xprofile-udevinput-monitor @@ -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