
On Wed, 09 May 2007 21:37:48 -0600
Jason Creighton
Wed May 9 21:27:31 MDT 2007 Jason Creighton
* bump LOC limit to 550 Wed May 9 21:36:20 MDT 2007 Jason Creighton
* Swap workspaces instead of switching screens Previously, xmonad if workspace 1 and 2 were visible on screens 1 and 2, and workspace 1 was the current workspace, mod-2 would simply simple switch focus to screen 2. The new behavior is to always show the workspace you're switching to on the current screen. If the new workspace was visible on another screen, the formerly-current workspace will appear on that screen. In the example above, workspace 2 would appear on screen 1 and workspace 1 would appear on screen 2.
Strangely, this fundamental change in behavior didn't require any changes to the test suite. Note to self: add more quickcheck props for screen stuff. Spencer Janssen