Re: Move frames to and from scratchpad
Tuomo Valkonen <[email protected]>
| Newsgroups | gmane.comp.window-managers.ion.general |
|---|---|
| Message-ID | <[email protected]> |
On 2008-09-24, Daniel Clemente <dcl441-bugs-/[email protected]> wrote: > However, I don't know how to get the current âbackgroundâ group > while I'm on the scratchpad. I tried your proposal, > WScreen.mx_current(_), but for me WScreen.mx_current(_).name(_) while > I'm in scratchpad returns just â*scratchpad*â and not the name of > the frame below. I'm probably not understanding the theory. Could you > please provide some example code for this one? Your _ probably points wrong, i.e. your in the wrong bindings section. _:screen_of() should always give the screen. (Note that it's shorter to call _:mx_current() or _:screen_of():mx_current() than to type the full function names.) -- Tuomo