mirror of https://github.com/0intro/wmii
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