![]() |
Set LXTerminal to a fixed size - Printable Version +- Linux Lite Forums (https://www.linuxliteos.com/forums) +-- Forum: Software - Support (https://www.linuxliteos.com/forums/forumdisplay.php?fid=5) +--- Forum: Other (https://www.linuxliteos.com/forums/forumdisplay.php?fid=20) +--- Thread: Set LXTerminal to a fixed size (/showthread.php?tid=2643) |
Set LXTerminal to a fixed size - nomko - 02-05-2016 Hello, LXTerminal cannot be set to a specific size, in my case the terminal size i like is 120x40. I tried both solutuons from my own linus site but it looks like it is not working. How can i set the terminal windows size to a fixed size and keep it like that everytime i open the terminal. For me the terminal windows size at this moment is much too small. Re: Set LXTerminal to a fixed size - avj - 02-05-2016 The easiest way I know to do this is to edit the launcher on the panel, right click the launcher and select properties, when the launcher properties window opens select the edit icon at the bottom right of the window. On the command line in the editor window replace the Code: lxterminal -t "Command Line" with the following. Code: lxterminal -t "Command Line" --geometry=120x40 Hope that helps. Ps. this only works when using the launcher on the panel as far as I know. |