by herbie643 on Sat Dec 22, 2012 1:53 am
I installed devilspie and gdevilspie.
Of course you have to name each application you want to handle. Mine, in particular, were Firefox and Thunderbird.
Here are my settings/files:
firefox.ds
; generated_rule firefox
( if
( and
( is ( application_name ) "Firefox" )
)
( begin
( unmaximize )
( center )
( geometry "1289x876+79+24" )
( println "match" )
)
)
thunderbird is the same except for the name and application_name
Modify your Startup Applications to include:
devilspie -a
Then logout and login.
That should do it.
Hope this helps.