Re: Switch between workspaces by name
"Zsolt Udvari" <[email protected]>
| Newsgroups | gmane.comp.window-managers.ion.general |
|---|---|
| Message-ID | <[email protected]> |
> kpress("F", "ioncore.lookup_region('Fullscreen'):goto()"),
> If you want to do the same in a script, use ioncore.lookup_region
> (possibly filtering by "WGroupWS") followed by WRegion.goto on
> the result (res:goto()).
Ah, thank you! I've searched in WScreen's functions! Thanks Jan and Tuomo!
Zsolt