wmove <window>
Reposition a window.
<window>
A window identifier.
-j=<just>
The justification
point. This, when combined with the -pos switch,
indicates which point on the window is being used for repositioning. This
may be any combination of L (left), R (right), T (top), B (bottom) and
M (middle) . This is a string value. The default is "TL", the
top-left corner.
-pos=<screen_xy>
Redefine the new position of the window. <screen_xy>
should be a 2-element numeric array, or two numeric values within hairpins.
The values are in pixels with 0,0 being the top left corner of the full
screen.
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.
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
Commands: |
|
Structures: |