because of that, I have an idea, how if the window get half size of screen if we drag to the right or left border of screen? like kde or wdz8 did.
one more, how if we add script:
Code: Select all
vbox scrollable=\"true\"
Code: Select all
vbox scrollable=\"true\"
I'm having the same problem, can't find the setting to allow windows to be dragged off screen edge to another virtual desktop.recobayu wrote:I downloaded the new jwm. I think this is good, change the cursor at minimize, maximize, and close button. but now I can't drag my window to another desktop,just stack at border of screen, but at the previous version I can....
I thought Joe disabled this (hi Joedarkcity wrote:I'm having the same problem, can't find the setting to allow windows to be dragged off screen edge to another virtual desktop.recobayu wrote:I downloaded the new jwm. I think this is good, change the cursor at minimize, maximize, and close button. but now I can't drag my window to another desktop,just stack at border of screen, but at the previous version I can....
Other than that 704 seems good, tried with qjackctl (qt) and audacity (wxWidgets) - both appear working fine.
Okay I got it working now just wait for the 1000mil delay. Its good to have some delay. I'd probably lower it about 500mil.joewing wrote:
@recobayu, @darkcity:
To drag to another virtual desktop, drag the window to the side of the screen and hold it there. The default timeout is 1000 milliseconds, but you can change that using the undocumented "delay" attribute to MoveMode (I guess I should document that).
As far as Inkscape is concerned, that's really annoying. Mouse bindings might be more important than I thought.
Code: Select all
<!-- The move mode (outline or opaque), virtual desktop switch delay -->
<MoveMode delay="50">outline</MoveMode>
That's it?!`f00 wrote:I 'cheated' by modifying src/cursors.c (before compile) to show left_ptr for the titlebar button hovers as some users would like.