commit fb53776ae5c601c48dd825143acd83e9b292db5f
parent 3b4930edaa4e2ea65a8411680a3c3a45d8ac59ff
Author: Kris Maglione <jg@suckless.org>
Date: Thu, 16 Oct 2008 20:15:03 -0400
Make sure the rc event loops exit true normally, to prevent an extra wmiirc spawning at exit.
Diffstat:
2 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/cmd/wmii.rc.rc b/cmd/wmii.rc.rc
@@ -148,6 +148,7 @@ fn wi_eventloop {
event = $1; shift
Event-$"event $*
} >[2]/dev/null </dev/null
+ true
}
fn Event-Key {
diff --git a/cmd/wmii.sh.sh b/cmd/wmii.sh.sh
@@ -181,6 +181,7 @@ wi_eventloop() {
event=$1; shift
Event $event "$@"
done
+ true
}
action() {