From mboxrd@z Thu Jan 1 00:00:00 1970 MIME-Version: 1.0 Date: Tue, 13 Nov 2012 18:46:15 +0200 Message-ID: From: Costin Chirvasuta To: 9fans <9fans@9fans.net> Content-Type: multipart/alternative; boundary=f46d0447a09108f87304ce6328d3 Subject: [9fans] Start acme maximized Topicbox-Message-UUID: d59efad8-ead7-11e9-9d60-3106f5b1d025 --f46d0447a09108f87304ce6328d3 Content-Type: text/plain; charset=UTF-8 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. --f46d0447a09108f87304ce6328d3 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Hello,

Is there any way to make acme from p9p start maximized in Lin= ux?

I have a devilspie script that maximizes acme whenever it start= s but acme gets to start in a smaller window before this and the layout sav= ed in the dump file gets messed up after the maximize.
--f46d0447a09108f87304ce6328d3-- From mboxrd@z Thu Jan 1 00:00:00 1970 MIME-Version: 1.0 In-Reply-To: References: From: =?UTF-8?B?QXJhbSBIxIN2xINybmVhbnU=?= Date: Tue, 13 Nov 2012 17:53:59 +0100 Message-ID: To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [9fans] Start acme maximized Topicbox-Message-UUID: d5b64c74-ead7-11e9-9d60-3106f5b1d025 I use -W. It doesn't start maximized, but because I set it to maximized size, the saved layout will get preserved. --=20 Aram H=C4=83v=C4=83rneanu From mboxrd@z Thu Jan 1 00:00:00 1970 MIME-Version: 1.0 In-Reply-To: References: From: Salman Aljammaz Date: Tue, 13 Nov 2012 16:56:48 +0000 Message-ID: To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net> Content-Type: multipart/alternative; boundary=90e6ba6e843cf366eb04ce634e65 Subject: Re: [9fans] Start acme maximized Topicbox-Message-UUID: d5dec74e-ead7-11e9-9d60-3106f5b1d025 --90e6ba6e843cf366eb04ce634e65 Content-Type: text/plain; charset=UTF-8 The -W argument lets you set the size of the window. Not quite maximized but you can make it use the same space. On Tue, Nov 13, 2012 at 4:46 PM, 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. > --90e6ba6e843cf366eb04ce634e65 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
The -W argument lets you set the size of the window. Not q= uite=C2=A0maximized=C2=A0but you can make it use the same space.


On Tue, Nov 13, 20= 12 at 4:46 PM, Costin Chirvasuta <costinc@gmail.com> wrote:<= br>
Hello,

Is there any way to make acme = from p9p start maximized in Linux?

I have a devilspie script that ma= ximizes 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.

--90e6ba6e843cf366eb04ce634e65-- From mboxrd@z Thu Jan 1 00:00:00 1970 Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Apple Message framework v1283) From: Chris Wilson In-Reply-To: Date: Tue, 13 Nov 2012 10:57:51 -0600 Content-Transfer-Encoding: quoted-printable Message-Id: <13BCF672-BC1A-486C-B3D9-CC91D34172FC@gmail.com> References: To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net> Subject: Re: [9fans] Start acme maximized Topicbox-Message-UUID: d613426c-ead7-11e9-9d60-3106f5b1d025 On Nov 13, 2012, at 10:46 AM, Costin Chirvasuta wrote: > Hello, >=20 > Is there any way to make acme from p9p start maximized in Linux? >=20 > 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=3D/Users/chris/Downloads/plan9/font/anon/anon.14.font size=3D660x660 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= 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