
31 Mar
2011
31 Mar
'11
11:43 a.m.
Comment #16 on issue 432 by que...@gmail.com: Module for linking workspaces in a multihead setup http://code.google.com/p/xmonad/issues/detail?id=432 This is actually intentional. For the slave part you might use a hack like modifying your binding that executes toggleLinkWorkspaces and use onScreen from Independent screens to execute toggleLinkworkspaces on both screens. Storing the screen needs a bit more coding. You might change the WorkspaceMap in the module, such that it stores the screen as well. That way you could preserve the mapping between workspaces and screens.