Eu não tenho um Mac, então não posso tentar isso, mas o wmctrl
é um aplicativo do UNIX, então < em> deve funcionar para o OSX também. Tente algo como:
wmctrl -r :ACTIVE: -e 5,-1,-1,660,540
----------- -- -- -- --- ---
| | | | | |---> Window height
| | | | |-------> Window width
| | | |-----------> Window Y coordinates
| | |--------------> Window X coordinates
| |----------------> Gravity
|--------------------------> Apply to the active window
A gravidade pode ser uma das fonte :
- NorthWest (1)
- North (2),
- NorthEast (3),
- West (4),
- Center (5),
- East (6),
- SouthWest (7),
- South (8),
- SouthEast (9)
- Static (10).
A gravity of 0 indicates that the Window Manager should use the gravity specified in
WM_SIZE_HINTS.win_gravity
.