altdesktop / i3ipc-python

🐍 An improved Python library to control i3wm and sway.
http://i3ipc-python.readthedocs.io
BSD 3-Clause "New" or "Revised" License
851 stars 109 forks source link

'Con' has no attribute 'props' #130

Closed eugenevd closed 5 years ago

eugenevd commented 5 years ago

In the current version , the window event (https://i3ipc-python.readthedocs.io/en/latest/events.html#i3ipc.Event.WINDOW) emits Con=<class 'i3ipc.con.Con'> Con doesn't have a 'props' attribute: https://i3ipc-python.readthedocs.io/en/latest/aio-con.html#i3ipc.aio.Con I'm assuming that the variable 'id' on 'Con' would be representative

acrisci commented 5 years ago

:+1: