Menu

#186 Drag windows across workspaces

open-rejected
1
2007-05-05
2007-02-26
No

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

Discussion

  • Owen Marshall

    Owen Marshall - 2007-02-26

    Patch movesize.cc from 1.2.30

     
  • Marko Macek

    Marko Macek - 2007-05-05

    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

     
  • Marko Macek

    Marko Macek - 2007-05-05
    • labels: --> another bloating feature
    • priority: 5 --> 1
    • assigned_to: nobody --> captnmark
    • status: open --> open-rejected
     

Log in to post a comment.