Hi Alex,

 

As Iohannes kindly replied when I last brought this up, there is now a solution for this:

 

Put a file named "mypdwindowgeometry-plugin.tcl" (the base-name does not

matter but it *must* end with "-plugin.tcl") with the following content

into your Pd-searchpath (without the backticks):

 

```

if {[winfo exists .pdwindow]} {

        wm geometry .pdwindow  =538x300+0+458

}

```

 

Change those four values to match your desired console window size and placement.

 

 

Best,

 

Phil Stone

UC Davis

----------------------------------------------------------------------

>Date: Sat, 9 Apr 2022 20:46:07 -0300
>From: Alexandre Torres Porres <porres@gmail.com>
>To: Roman Haefeli <reduzent@gmail.com>
>Subject: Re: [PD] Pd 52.2 different font in console?
>Message-ID:
        <CAEAsFmhbsDq6-2nK=s+PfX26n=ywxsz-TPnooJvBAFJqx01VzQ@mail.gmail.com>

>[…]

>Perhaps we can make Pd remember the last window size and keep it. It seems
>that if you adjust, it gets lost.

>cheers
****************************************