Page 1 of 1

window dimension

Posted: Sun Apr 12, 2009 12:33 am
by fd0
what configure to start with a window with dimension of XY pixel?

Re: window dimension

Posted: Sun Apr 12, 2009 4:10 pm
by maces
Hi

Sorry, that's afaik currently not possible.

maces

Re: window dimension

Posted: Thu May 14, 2009 11:29 pm
by Marty Jack
In SVN the switch --geometry=<columns>x<lines> (e.g. 132x24) is available to set the window size.

Re: window dimension

Posted: Sun Aug 16, 2009 2:32 am
by kiwi_fb
Marty Jack wrote:In SVN the switch --geometry=<columns>x<lines> (e.g. 132x24) is available to set the window size.
When can we hope to have a nice configuration option for it in the preferences? :)

Re: window dimension

Posted: Wed Sep 02, 2009 5:00 am
by farvardin
I'm using lxterminal on a 701 eeepc. When I start lxterminal, the window is too big for my screen. I can resize it, but then when opening a new tab, the default size reset to a bigger size :(

Re: window dimension

Posted: Thu Sep 03, 2009 3:53 pm
by maces
Hi

I think this is hardcoded, fill in a bug report, if there is no one.

maces

Re: window dimension

Posted: Sat Apr 30, 2011 3:17 pm
by addr
Sorry to open an old thread but I was wondering if it was yet possible to set the window size in the config file.
I use Pekwm with all lxde apps.

Code: Select all

KeyPress = "Mod1 T" { Actions = "Exec lxterminal --geometry=64x24" }
...and this works just fine in keys and menu, but I haven't managed to put anything in ~/.config/lxterminal/lxterminal.conf that works. Is it possible?