
23 Dec
2009
23 Dec
'09
12:36 p.m.
On Wed, Dec 23, 2009 at 10:33:41AM -0600, Douglas K. Rand wrote:
Is there a way to have workspaces on a per-screen basis? I have 3 displays and on each display I'd like 5 workspaces. Right now my 10 workspaces are shared across all screens, and I'm pretty sure this is the default behaviour. (I'm fairly new to XMonad.) I'm probably going against the grain of XMonad users, but this approach fits me better.
Try the XMonad.Layout.IndependentScreens contrib module, which IIUC provides the functionality you're looking for. -Brent