
On Wed, Dec 28, 2011 at 21:36, Mike Meyer
On Wed, 28 Dec 2011 17:25:33 -0800 (PST) Lara Michaels
wrote: - send the current window to the next empty workspace AND THEN - automatically take me to it (meaning, display the workspace to which
I'm almost blue-skying here. I have no idea if this would work, but it at least type checks and might be a starting point:
, ("C-<F1>", shiftTo Next EmptyWS >> moveTo Next EmptyWS)
It typechecks, but won't do what you want as the workspace will no longer be empty. Looking at the source to cycleWS, looks like what you want is something like
,("C-<F1>", doTo Next EmptyWS getSortByIndex $ \ws -> windows (shift ws)
windows (greedyView ws))
-- brandon s allbery allbery.b@gmail.com wandering unix systems administrator (available) (412) 475-9364 vm/sms