i3-py
i3-py copied to clipboard
window event
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.