Re: Resizing attached workspaces.
Chris Burkhardt <chris-y5F6wxj2E/[email protected]> Mon, 16 Mar 2009 22:11:52 -0600
| Newsgroups | gmane.comp.window-managers.ion.general |
|---|---|
| Message-ID | <[email protected]> |
G-$$ wrote:
> Hello.
>
> I have a scratchpad for IMs with a nested workspace in it
> _:attach_new({type="WTiling"})
> I can resize the frames in it now, but I am unable to resize the whole
> scratchpad. How am I supposed to do so?
I just experimented with that quickly. I can resize the whole scratch pad with
the mouse (by clicking and dragging on its frame rather than the nested
tiling's). To resize with the keyboard, I have to switch to a tab on the
workspace which is not a nested WTiling.
You can bind something like the following to resize/move the parent of the
WTiling (which would be the scratch pad in this case):
_:parent():begin_kbresize()
- Chris B