[KLUG Members] scriptomatically toggle through multiple desktops

Ron Sweeney ron.sweeney at gmail.com
Mon Jun 6 06:47:43 EDT 2005


can anybody tell me if there is a utility or know how to manipulate
desktops so that I can script moving between desktops on a timed like
basis?


kinda like this with the real "show desktop" method...

while (1) {


`show desktop 1`;

sleep(300);

`show desktop2`;

sleep(300);

`show desktop3`;

sleep (300);


}
...



More information about the Members mailing list