Resize and Move

Hi there!

Has someone out there a function, doing the following:

To move a Window which is Maximized, resize it to a smaller one
Move it around
Place it
Maximize it again.

If not maximized, do the same, without resizing.

If it ist fullscreen (but not the maximized flag) resize it before and after moving and placement.

And for what do i have to search, when i want to move windows from one virtual screen to the next?
I don’t want to change the screen, when the mouse taps the border of the screen. only, when i’m moving a window.

scientific

I do not have this function, but played with the idea.

With the mouse-windows key:

Mouse	3	W 4 F-Move-Resize

This function:

[code]DestroyFunc F-Move-Resize
AddtoFunc F-Move-Resize

  • I Maximize 50 50
  • I WarpToWindow 50 50
  • I Move
  • I Maximize 100 100[/code]

Does the following:
[]To move a Window which is Maximized, resize it to a smaller one
[
]Move it around (you have to press the mouse)
[]Place it
[
]Maximize it again (and it ends up where it started) :smiley: :smiley: :smiley:

I am sure this is not what you meant, but I have learnt a bit more about functions. It could be a first step.

Cheers!