From 9afcdc46f956e1b87f65b5016cd2f7034a1ced36 Mon Sep 17 00:00:00 2001 From: Stefan Huber Date: Sun, 17 Dec 2023 21:08:46 +0100 Subject: [PATCH] udev: Little update --- udev/input/xprofile-udevinput-monitor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.30.2