mirror of
https://github.com/0intro/wmii
synced 2024-11-23 06:11:21 +03:00
Fix Notice command.
This commit is contained in:
parent
4606648a38
commit
47fefbbc95
@ -108,10 +108,10 @@ Event Unresponsive
|
||||
fi
|
||||
}&
|
||||
Event Notice
|
||||
wmiir xwrite $noticebar $wi_arg
|
||||
wmiir xwrite $noticebar label $wi_arg
|
||||
|
||||
kill $xpid 2>/dev/null # Let's hope this isn't reused...
|
||||
{ sleep $noticetimeout; wmiir xwrite $noticebar ' '; }&
|
||||
{ sleep $noticetimeout; wmiir xwrite $noticebar label; }&
|
||||
xpid = $!
|
||||
|
||||
# Menus
|
||||
|
Loading…
Reference in New Issue
Block a user