summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@lukeshu.com>2017-11-08 14:41:46 -0500
committerLuke Shumaker <lukeshu@lukeshu.com>2017-11-08 14:41:46 -0500
commit94516b03700edcd2a273d990cd179324525c3730 (patch)
tree9392990efcdaf626743c511a9e9249b481266a07
parent853bc394b69fbbe0421c59494a055b70cdd5608b (diff)
wmii: Avoid letting other programs steal events from wmiirc
-rwxr-xr-x.config/wmii-hg/wmiirc2
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/wmii-hg/wmiirc b/.config/wmii-hg/wmiirc
index c6e05bf..f96642b 100755
--- a/.config/wmii-hg/wmiirc
+++ b/.config/wmii-hg/wmiirc
@@ -15,5 +15,5 @@ systemd-notify --ready || true
trap "Event Quit" EXIT
while read -r event; do
- Event $event
+ Event $event <&-
done < <(wmiir read /event 2>/dev/null)