On Mon, Mar 15, 2004 at 04:45:06PM -0800, Ami Fischman wrote: > In particular, the only screen-switching functionality I've found is > goto_next_screen(), but once I'm there I can't get a handle on the screen > object to ask for the first workspace on it. Any advice?
find_screen_id can be used to find a screen by id. To get the contents of the screen, use e.g. (WMPlex|WScreen).managed_list, .nth_managed, .current, .current_index, etc. WRegion.goto should display and focus an arbitrary region. -- Tuomo
