From mboxrd@z Thu Jan 1 00:00:00 1970 MIME-Version: 1.0 In-Reply-To: <13BCF672-BC1A-486C-B3D9-CC91D34172FC@gmail.com> References: <13BCF672-BC1A-486C-B3D9-CC91D34172FC@gmail.com> Date: Wed, 14 Nov 2012 16:06:33 +0200 Message-ID: From: Costin Chirvasuta To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net> Content-Type: text/plain; charset=UTF-8 Subject: Re: [9fans] Start acme maximized Topicbox-Message-UUID: d69eef88-ead7-11e9-9d60-3106f5b1d025 Thanks! "-W" is perfect. On Tue, Nov 13, 2012 at 6:57 PM, Chris Wilson wrote: > > On Nov 13, 2012, at 10:46 AM, Costin Chirvasuta wrote: > >> Hello, >> >> Is there any way to make acme from p9p start maximized in Linux? >> >> I have a devilspie script that maximizes acme whenever it starts but acme gets to start in a smaller window before this and the layout saved in the dump file gets messed up after the maximize. > > Not really "maximized", but at any size you want. I have a little script that starts Acme with parameters that I like: > > #!/bin/bash > > font=/Users/chris/Downloads/plan9/font/anon/anon.14.font > size=660x660 > > exec acme -a -c 1 -f $font -W $size "$@" > > That is, start acme with autoindent (-a), one column (-c 1), the font that I list, and a size of 660x660, which you can set to be whatever you want. > > -- > chris