On 03/11/12 11:19 AM, Sergio wrote: > > With wmctrl you can set a fixed geometry for when you open it. e.g.: > > > #! /bin/sh > > leafpad & > sleep 0.5 > wmctrl -r untitled -e 0,100,100,640,560 I've never played with wmctrl, maybe I should have a look at it, thanks.