How can I get info on windows open?
I used to use wmctrl to get information about windows open. It shows information one line per window, for example:
0x009900 gvim - Gvim config (~/.i3/config) - GVIM
0x350001 firefox - Navigator Google - Mozilla Firefox
0x430000 xterm - Xterm user@home
How I do get similar info in i3?
Thank you.
don't know if it helps, but xprop can at least give you these information by a click onto the desired window.