mirror of
https://github.com/0intro/wmii
synced 2025-02-15 13:54:26 +03:00
Make sure the rc event loops exit true normally, to prevent an extra wmiirc spawning at exit.
This commit is contained in:
parent
3b4930edaa
commit
fb53776ae5
@ -148,6 +148,7 @@ fn wi_eventloop {
|
||||
event = $1; shift
|
||||
Event-$"event $*
|
||||
} >[2]/dev/null </dev/null
|
||||
true
|
||||
}
|
||||
|
||||
fn Event-Key {
|
||||
|
@ -181,6 +181,7 @@ wi_eventloop() {
|
||||
event=$1; shift
|
||||
Event $event "$@"
|
||||
done
|
||||
true
|
||||
}
|
||||
|
||||
action() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user