Web Design

Categorized | Applications

Terminal with no title bar, menu bar or scroll bar

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).

Author Profile

T4L ;

Other posts by T4L

Author's web site



Are you satisfied with this blog?
Why not subscribe our RSS Feed? you will always get the latest post.


3 Comments

  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

    1
  2. Flavio

    I’m sorry, the mistake is mine.

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

    “--” seems “-”

    Thank You

    2
  3. Chaos

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

    3

Leave A Reply

XHTML: You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>