Is it possible to subscribe to 'window' event ?
I would want to prepend an incremental number (up to 9) in windows title inside a same workspace in order to be able to quickly switch to a them with that number.
One possibility to achieve this would be to use a combination of IPC for setting the windows title and i3 configuration for the shortcuts. But I can't find how to subscribe to window events and get something like 'new window' and 'closed window'.
As I'm starting to understand Michael philosophy I'm sure it is intended and there must be another 'more standard' way to do it.
Anyone could point me in the right direction ?
Thank you.