Topic: Urxvt - Ultralight terminal
Urxvt or rxvt-unicode is an interesting alternative to terminator.
It has same 'eye-candy' features such as tabs, transparency, copy&paste etc, being as light as xterm.
All config should be done in ~/.Xdefaults
An example of ~/.Xdefaults urxvt part:
URxvt.termName: rxvt-unicode
URxvt.imLocale: pl_PL.UTF-8
# <- set your own!
URxvt.saveLines: 5000
URxvt.cursorBlink: false
URxvt.fading: 30%
URxvt.foreground: #bcbcbc
URxvt.background: #000000
URxvt.cursorColor: #e0e080
URxvt.throughColor: #8080f0
URxvt.highlightColor: #343434
URxvt.transparent: #000000
URxvt.inheritPixmap: true
URxvt.tintColor: #666666
URxvt*font: -misc-fixed-medium-r-normal-*-*-120-*-*-*-*-iso8859-2
URxvt*scrollBar:true
URxvt*scrollBar_right: true
URxvt.geometry: 85x30
urxvt.urlLauncher: firefox
urxvt.perl-ext-common: selection-autotransform,matcher
URxvt.color0: #2E3436
## red
URxvt.color1: #CC0000
## green
URxvt.color2: #4E9A06
## yellow
URxvt.color3: #C4A000
## blue
URxvt.color4: #3465A4
## purple
URxvt.color5: #75507B
## cyan
URxvt.color6: #06989A
## white
URxvt.color7: #D3D7CF
## bright-black
URxvt.color8: #555753
## bright-red
URxvt.color9: #EF2929
## bright-green
URxvt.color10: #8AE234
## bright-yellow
URxvt.color11: #FCE94F
## bright-blue
URxvt.color12: #729FCF
## bright-purple
URxvt.color13: #AD7FA8
## bright-cyan
URxvt.color14: #34E2E2
## bright-white
URxvt.color15: #EEEEEC Home page - http://software.schmorp.de/pkg/rxvt-unicode.html
To run tabbed urxvt –> type: urxvt -pe tabbed
To open new tab → press: shift + down arrow
To move between tabs → press: shift + left/right arrow
To close tab → press: ctrl+d