dabisu / sakura

GTK/VTE based terminal emulator
https://launchpad.net/sakura
GNU General Public License v2.0
189 stars 21 forks source link

Default windows size can not be controlled via configuration file #18

Closed karypid closed 2 years ago

karypid commented 2 years ago

Hello,

Currently, it is only possible to set the initial window size via the -c/--columns and -r/--rows` parameters. If you want a different-sized window you need to create a custom desktop launch file.

It would be nice to be able to set the defaults in the configuration file. Since it is quite easy to implement I have opened PR17 for this.

Would appreciate it if you included this in mainline...

dabisu commented 2 years ago

Yes, you're right, it can be useful to be able to configure those values from the config file. I've already merged your patch. Thank you and sorry for the delay!