Drag windows across workspaces
Brought to you by:
captnmark
I've long wanted to be able to drag a window from one workspace to another and this simple patch enables this feature. It's just a quick hack - there's no config options, no timers, just a simple check when dragging a window to see if the mouse is at one of the edges of the screen, and if so a switchTo{Next|Prev}Workspace(true) and an XWarpPointer to the other edge so that the drag appears seemless.
Anyway, I'm including this patch for anyone who's interested - I know, looking at the feature requests, that there are a few people who've wished for this in the past ...
Cheers,
Owen
Patch movesize.cc from 1.2.30
Logged In: YES
user_id=1814
Originator: NO
I'd apply if this was properly done:
- conditional on edge switch
- a timer to delay the move