Re: Toggle float full screen and back
Tuomo Valkonen <[email protected]>
| Newsgroups | gmane.comp.window-managers.ion.general |
|---|---|
| Message-ID | <[email protected]> |
On 2008-09-25, Thomas Themel <[email protected]> wrote: > ... and is there a simple way to get all of these full-screen windows > back into place at once? Pass the_screen:mx_i a function that collects WGroupCWs in a table. Then iterate a_group:set_fullscreen('false') over this table. (You can't set_fullscreen from the mx_i collector, because it's called in 'protected mode' that disallows calling any C-side functions that might change Ion's internal structures.) -- Tuomo