Terminal with no title bar, menu bar or scroll bar

By | December 12, 2008

It might just be that comes a time when you’ll need a terminal window that has no menu bar, no title bar or scroll bar. Just a plain and simple terminal window. Install Eterm and start it with

Eterm -O –buttonBar no –scrollBar no -x -f WHITE -g 100×15+30+900

This will set a white foreground for the terminal and draq a 100×15 screen at position 30 (X axis) and 900 (Y axis).

3 thoughts on “Terminal with no title bar, menu bar or scroll bar

  1. Flavio

    There is a little mistake in the syntax. The right command is
    “Eterm -O -buttonBar no –scrollBar no -x -f WHITE -g”.
    The first one is whithout a “-” before scrollBar.

    Best regards

    Reply
  2. Flavio

    I’m sorry, the mistake is mine.

    “Eterm -O –buttonBar no –scrollBar no -x -f WHITE -g”

    “–” seems “-”

    Thank You

    Reply
  3. Chaos

    Eterm -O --buttonBar no --scrollBar no -x -f WHITE -g 100×15+30+900

    Reply

Leave a Reply

Your email address will not be published. Required fields are marked *