From 94516b03700edcd2a273d990cd179324525c3730 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Wed, 8 Nov 2017 14:41:46 -0500 Subject: wmii: Avoid letting other programs steal events from wmiirc --- .config/wmii-hg/wmiirc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- cgit v1.1-4-g5e80