On Wed, Feb 16, 2005 at 06:10:27PM +0000, David Tweed wrote: > Hi, has anyone previously figured out a way to produce a list of all the > windows on a workspace in lua?
1) Use WIonWS.managed_list to find the frames on the workspace, and then WMPlex.llist (WFrame.llist) to find the client windows in them and so on. 2) Use ioncore.clientwin_list and filter it by scanning downwards with WRegion.manager (ioncore.find_manager might also be of use, but its behaviour might not be desired in all cases). -- Tuomo
