darcs patch: bump LOC limit to 550 (and 1 more)

Wed May 9 21:27:31 MDT 2007 Jason Creighton

On Wed, 09 May 2007 21:37:48 -0600
Jason Creighton
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.
It's hard to say whether this is an improvement, so I'm going to try this patch out for a couple days before applying it to the main repo. Comments about this change are solicited. Cheers, Spencer Janssen

On Thu, May 10, 2007 at 02:00:55AM -0500, Spencer Janssen wrote:
On Wed, 09 May 2007 21:37:48 -0600 Jason Creighton
wrote: 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.
It's hard to say whether this is an improvement, so I'm going to try this patch out for a couple days before applying it to the main repo. Comments about this change are solicited.
It also turns out that the current version of this is buggy. I'm too lazy to write a well-thought out, working version of this right now, but I still want to see if this behavior is a win, so I should have something that actually works within a couple days or so. Jason Creighton

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
participants (2)
-
Jason Creighton
-
Spencer Janssen