
11 Apr
2010
11 Apr
'10
3:06 a.m.
Hi XMonad users and hackers, since I have been using XMonad I have been using a manage hook to send epdfviewer (my pdf reader of choice) to a workspace "3:doc" using the usual: [ className =? "Epdfview" --> doShift "3:doc"] I would also like this workspace to be moved onto the second screen of my two screen xinerama setup. After looking through the config archive the closest I can find to this is: 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? Regards, Mike