If you are just looking for basic usage, you'll be able to find aterm in your main menu (possibly under System or Utilities). But if you are looking to do some serious customization you're in for a treat. Running aterm from the command line can be as simple as issue the command aterm or as complex as the command aterm -tr -tint red -fg white -bg black +sb. With a more complex command in mind, let's take a look at some of the arguments you can use with Aterm.
- tr - This will open an aterm window with a transparent background.
- tint - This will tint a transparent window with a color. The color should be a solid color such as: Blue, Red, Green, Magenta, Yellow, or Cyan.
- fg - This defines the color of the text.
- bg - This defines the color of the text background. This shows up when text is highlighted.
- sb - Turn on (-sb) or off (+sb) the scrollbar.
- sh - Use shading for the background transparency.
- e - This defines a command that aterm will be opened using.
- title - This will define the title of the aterm window.
- pixmap - This defines an image to use as the terminal background.
There are plenty of other arguments to use.