Command: wmove

Syntax

wmove <window>

Description

Reposition a window.

Parameters

Switches

Notes

If the -pos switch is omitted, the window will be repositioned via an interactive draggable box.

If the window is not currently in use, interactive moves will not be performed, but the -pos values will be used to set the window position for when the window contents become defined.

A window can also be moved by window manager mouse action or by redefining window structure values.

Examples

Interactive repositioning.

wmove win1

Specific re-positioning of a window via its top-right corner.

wmove win1, -pos=<200,200>, -j='tr'

Specific re-position by array.

numeric spos = <500,750>
wmove my_window, -pos=spos

See Also

Commands:

wclose, window, wopen, wsize

Structures:

window