mirror of
https://github.com/0intro/wmii
synced 2024-11-21 21:31:33 +03:00
Remove broken support for local_events. Closes issue #229.
This commit is contained in:
parent
ecaa8861c1
commit
0658d3fc2e
@ -71,14 +71,12 @@ status() {
|
|||||||
# Generic overridable startup details
|
# Generic overridable startup details
|
||||||
startup() { witray & }
|
startup() { witray & }
|
||||||
|
|
||||||
local_events() { true;}
|
|
||||||
wi_runconf -s wmiirc_local
|
wi_runconf -s wmiirc_local
|
||||||
startup
|
startup
|
||||||
|
|
||||||
echo colors $WMII_NORMCOLORS | wmiir create $noticebar
|
echo colors $WMII_NORMCOLORS | wmiir create $noticebar
|
||||||
|
|
||||||
# Event processing
|
# Event processing
|
||||||
local_events | wi_events
|
|
||||||
wi_events <<'!'
|
wi_events <<'!'
|
||||||
# Events
|
# Events
|
||||||
Event CreateTag
|
Event CreateTag
|
||||||
|
Loading…
Reference in New Issue
Block a user