i3-py icon indicating copy to clipboard operation
i3-py copied to clipboard

window event

Open maiermic opened this issue 9 years ago • 0 comments

I'd like to listen to window events

i3.subscribe('window', 'new', lambda: print('new window'))

but I get

i3.EventTypeError: Event type 'window' isn't available

Please add support for window events.

maiermic avatar Oct 26 '16 15:10 maiermic