summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xbin/hornet/watch-kbd2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/hornet/watch-kbd b/bin/hornet/watch-kbd
index 2516f6b..a4d504e 100755
--- a/bin/hornet/watch-kbd
+++ b/bin/hornet/watch-kbd
@@ -4,7 +4,7 @@ set -o pipefail
trap 'kill $(jobs -p)' EXIT
-inotifywait -mq -e create -e delete --exclude '.*tmp.*' /dev/input/by-id/ |
+inotifywait -mq -e create -e delete -e moved_to --exclude '.*tmp.*' /dev/input/by-id/ |
while read -r event; do
echo "$event"
if echo "$event" | grep -q USB_Keyboard; then