Discussion:
Resizing attached workspaces.
G-$$
2009-03-13 11:54:04 UTC
Permalink
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?
Chris Burkhardt
2009-03-17 04:11:52 UTC
Permalink
Post by G-$$
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

Loading...