Comment 0 for bug 272354

Revision history for this message
Pablo Castellazzi (pcastellazzi) wrote :

window manager plugin should allow window resize, something like:

  <select window> resize <type new size in geometry format>
  or
  resize <type new size in geometry format> <select window>

  Geometry format is the one used by all X applications WIDTHxHEIGHT+X+Y,
  in example, 1024x768+0+0 to get a window of 1024x768 in the top left coorner
  of your desktop.

  it alsow would be very nice to support an extended format like, WIDTHxHEIGHT=align
  being align combinations of top|bottom|left|right|centered

  and partials, like:
    +X+Y
    =align

Also it would be nice to move window across viewports (a.k.a. as virtual desktops),
probably in the form of:

   <select window> switch <viewport number or viewport name>
  or
  switch <select window> <viewport number or viewport name>