
11 Apr
2010
11 Apr
'10
3:25 a.m.
Mike Sampson
doShiftAndGo = doF . liftM2 (.) W.greedyView W.shift
which brings the workspace the application is moved to, to the current screen. Is there a way to always bring the workspace to screen 2?
A complete (untested) hack: ,---- | import XMonad.Actions.CycleWS | | doShiftAndGoOther w = do nextScreen | doShiftAndGo w | prevScreen `---- It might be possible to do this without CycleWS, but I'm not sure how (without looking at CycleWS's code). -- Ivan Lazar Miljenovic Ivan.Miljenovic@gmail.com IvanMiljenovic.wordpress.com