1)Moving tagged windows to current WS. 2) Rearange WS's
£ukasz <blurrpp-/[email protected]> Mon, 3 Jan 2011 10:24:19 -0800 (PST)
| Newsgroups | gmane.comp.window-managers.ion.general |
|---|---|
| Message-ID | <[email protected]> |
Hi ,=0Aits me again :). Let say that i tagged few windows on some workspace=
s, i moved to another one and i want all tagged windows moved here. Simple =
function which do it is =0A=0A=0Alocal function tagged_move(group)=0A loc=
al region=3DWMPlex.attach_new(group,{type=3D"WGroupWS",name=3D"name",...})=
=0A ioncore.tagged_attach(region)=0Aend=0A=0Ait works ok when destination=
ws is empty, problems appears when its not. I think the nice way to do it =
woild be by using 'ioncore.tagged_first(true)' or 'ioncore.tagged_i()' but =
first one some how doesnt want to return tagged region. Im sure that there =
is some extremely simple solution for it so if somebody knows it pls help.=
=0A=0A=0AMy second question is if it's possible to rearange WS and how to d=
o it?. Till now i havent had enough time to think about it but it wold be n=
ice possibility=0A=0ABest Regards=0ALukas=0A=0A=0A