A small Terminal with tabs

About

Terminal is the oroginal terminal emulator from XFCE. Because of this, I recommend to have hicolor-icon-theme and xfce4-icon-theme installed. It offers customization for the key bindings, the aspect, the colors, and more. It supports tabs as well and is easy to use.

Installation

Install hicolor-icon-theme and xfce4-icon-theme. If you're lucky, you can find Terminal in your repository or in the your buildservice. Otherwise you have to compile it on yourself. Here you can download the source. For compiling run these commands:

export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig
tar -xzvf Terminal-X.Y.Z.tar.gz
cd Terminal-X.Y.Z
./configure --prefix=/usr/local
make
sudo make install

Screenshots

Documantation

I have changed my config file to make it more look like xterm. Here is my ~/.config/Terminal/terminalrc:

[Configuration]
AccelNewTab=<Control>t
AccelNewWindow=<Control>n
AccelDetachTab=Deaktiviert
AccelCloseTab=<Control>F4
AccelCloseWindow=<Alt>F4
AccelCopy=<control><shift>c
AccelPaste=<control><shift>v
AccelPreferences=Deaktiviert
AccelShowMenubar=Deaktiviert
AccelShowToolbars=Deaktiviert
AccelShowBorders=Deaktiviert
AccelFullscreen=F11
AccelSetTitle=<Shift><Control>t
AccelReset=Deaktiviert
AccelResetAndClear=Deaktiviert
AccelPrevTab=<control>Page_Up
AccelNextTab=<control>Page_Down
AccelSwitchToTab1=<Alt>1
AccelSwitchToTab2=<Alt>2
AccelSwitchToTab3=<Alt>3
AccelSwitchToTab4=<Alt>4
AccelSwitchToTab5=<Alt>5
AccelSwitchToTab6=<Alt>6
AccelSwitchToTab7=<Alt>7
AccelSwitchToTab8=<Alt>8
AccelSwitchToTab9=<Alt>9
AccelContents=Deaktiviert
BackgroundMode=TERMINAL_BACKGROUND_SOLID
BackgroundImageFile=
BackgroundImageStyle=TERMINAL_BACKGROUND_STYLE_TILED
BackgroundDarkness=0,399267
BindingBackspace=TERMINAL_ERASE_BINDING_AUTO
BindingDelete=TERMINAL_ERASE_BINDING_AUTO
ColorForeground=#000000000000
ColorBackground=#fbfbf8f8f1f1
ColorCursor=#000000000000
ColorSelection=White
ColorSelectionUseDefault=TRUE
ColorPalette1=#000000000000
ColorPalette2=#aaaa00000000
ColorPalette3=#0000aaaa0000
ColorPalette4=#cdcdcdcd0000
ColorPalette5=#00000000cdcd
ColorPalette6=#aaaa0000aaaa
ColorPalette7=#0000cdcdcdcd
ColorPalette8=#e5e5e5e5e5e5
ColorPalette9=#555555555555
ColorPalette10=#ffff00000000
ColorPalette11=#5555ffff5555
ColorPalette12=#ffffffff0000
ColorPalette13=#55555555ffff
ColorPalette14=#ffff5555ffff
ColorPalette15=#5555ffffffff
ColorPalette16=#ffffffffffff
CommandUpdateRecords=TRUE
CommandLoginShell=FALSE
FontAllowBold=TRUE
FontAntiAlias=FALSE
FontName=Misc Fixed Semi-Condensed 10.5
MiscAlwaysShowTabs=FALSE
MiscBell=FALSE
MiscBordersDefault=TRUE
MiscCursorBlinks=FALSE
MiscDefaultGeometry=80x24
MiscInheritGeometry=FALSE
MiscMenubarDefault=TRUE
MiscMouseAutohide=FALSE
MiscToolbarsDefault=FALSE
MiscConfirmClose=TRUE
MiscCycleTabs=TRUE
MiscTabCloseButtons=TRUE
MiscTabPosition=GTK_POS_TOP
MiscHighlightUrls=FALSE
ScrollingBar=TERMINAL_SCROLLBAR_RIGHT
ScrollingLines=1000
ScrollingOnOutput=TRUE
ScrollingOnKeystroke=TRUE
ScrollingSingleLine=TRUE
ShortcutsNoMenukey=TRUE
ShortcutsNoMnemonics=TRUE
TitleInitial=Terminal
TitleMode=TERMINAL_TITLE_REPLACE
Term=xterm
VteWorkaroundTitleBug=TRUE
WordChars=-A-Za-z0-9,./?%&#:_~

Tags: