mirror of
https://github.com/0intro/wmii
synced 2024-11-21 13:22:51 +03:00
Run wipescreens on Screenchange event in python/wmiirc.
This commit is contained in:
parent
902328e77d
commit
7a083fffa2
@ -103,6 +103,8 @@ events.bind({
|
||||
|
||||
'Notice': lambda args: notice.show(args),
|
||||
|
||||
'ScreenChange': lambda args: wmii.ctl('wipescreens'),
|
||||
|
||||
Match(('LeftBarClick', 'LeftBarDND'), 1): lambda e, b, tag: tags.select(tag),
|
||||
Match('LeftBarClick', 4): lambda *a: tags.select(tags.next(True)),
|
||||
Match('LeftBarClick', 5): lambda *a: tags.select(tags.next()),
|
||||
|
Loading…
Reference in New Issue
Block a user