summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@lukeshu.com>2017-11-08 14:41:46 -0500
committerLuke Shumaker <lukeshu@lukeshu.com>2018-01-10 19:31:53 -0500
commitc7451ec9ba3df28a7b9ad9266c3c42c775e487d6 (patch)
treef6b8bbe3858bdb3cf323477ed76116414676d088
parentf553380ff9c08a0bda09693de201f07f8971b595 (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)