orhun / kermit

A VTE-based, simple and froggy terminal emulator 🐸
GNU General Public License v3.0
138 stars 9 forks source link

initial terminal size #17

Closed ghost closed 3 years ago

ghost commented 3 years ago

set initial columns and rows values in config. i'm not sure whether it's implemented yet tho since couldn't find the setting in the default config file. is it possible to accomplish this through gtk.css? or maybe in the source code?

edit: as a workaround in openbox WM i put these in rc.xml:

<application name="kermit*" class="*" type="normal">
    <size>      
        <height>538</height>      
        <width>958</width>
    </size>
</application>

regards thank you.

orhun commented 3 years ago

Hello!

If it's about setting the width and height of the terminal on launch, it rather sounds like a window system issue to me. If it's not, please give me more details.

Thanks.