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).
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
I’m sorry, the mistake is mine.
“Eterm -O –buttonBar no –scrollBar no -x -f WHITE -g”
“–” seems “-”
Thank You
Eterm -O --buttonBar no --scrollBar no -x -f WHITE -g 100×15+30+900