get the list of active windows in wayland weston
问题 How to get the list of active windows in wayland.. ie, in my window one terminal is active and a calculator is also active, I need to get the details of these windows in terminal , how can I get it ? 回答1: Basically, you can't. The main idea of the Wayland protocol is that a client doesn't know anything about the rest of the world. You can, however, modify your compositor so that it will record the information you need about every windows in it and use those informations at will. Modifying a