window dimension

LXTerminal is the standard terminal emulator of LXDE - http://wiki.lxde.org/en/LXTerminal
Locked
fd0
Posts: 1
Joined: Sun Apr 12, 2009 12:28 am

window dimension

Post by fd0 »

what configure to start with a window with dimension of XY pixel?
maces
Posts: 503
Joined: Sat Oct 25, 2008 6:04 pm
Contact:

Re: window dimension

Post by maces »

Hi

Sorry, that's afaik currently not possible.

maces
Marty Jack
Posts: 381
Joined: Mon Mar 23, 2009 5:14 am

Re: window dimension

Post by Marty Jack »

In SVN the switch --geometry=<columns>x<lines> (e.g. 132x24) is available to set the window size.
kiwi_fb
Posts: 2
Joined: Fri Aug 14, 2009 10:35 am

Re: window dimension

Post 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? :)
farvardin
Posts: 1
Joined: Wed Sep 02, 2009 4:56 am

Re: window dimension

Post 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 :(
maces
Posts: 503
Joined: Sat Oct 25, 2008 6:04 pm
Contact:

Re: window dimension

Post by maces »

Hi

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

maces
addr
Posts: 3
Joined: Sat Mar 07, 2009 5:06 pm

Re: window dimension

Post 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?
Locked