4

When I push CTRL + ALT + T I want see my default LXTerminal in Lubuntu 13.04 in full size (not like F11). I know that I can push CTRL + ALT + F1 and get tty-terminal - it good for some situations, but sometimes I need, for example, copy text from/to terminal.

I found that I can bind in .config/openbox/lubuntu-rc.xml command lxterminal --geometry=85x27 - its very good, but sometimes I need configure not one PC with Lubuntu - and all this PC may be with anothers screen resolution. And lxterminal --geometry=85x27 look little as not good as, like LXTerminal in full screen.

Seth
  • 59,332

2 Answers2

4

For Ubuntu 12.04:

Inside the applications block in /home/(your username)/.config/openbox/lxde-rc.xml, add the following block and it will work:

<applications>
    <application name="lxterminal">
        <maximized>yes</maximized>
    </application>
</applications>

Similarly, if you want to minimize it, use iconic tab and set to "no".

If you want it full screen, there is also the aptly named fullscreen tag you can use exactly as the maximized tag example above.

Brian
  • 431
2

OBApps work for me. GUI for edit OpenBox options. Official page.

enter image description here