Published by expire0
Posted on June 19, 2014
I recently started using xterm Terminal emulator as my primary terminal. I found it to be very clean and less memory intensive. Below are some good resources that you may find useful . This is by far the best emulator compared to the Desktop Env versions.
copy&paste fix
source http://www.davidsimmons.com/soft/xtermhacks/
Add the following line to the ~/.Xresources file:
XTerm*VT100.translations: #override
You can test it with an xterm:
xterm -xrm ‘XTerm*VT100.translations: #override
change background color
XTerm*background:yellow
Reset current settings and reload Xresource
xrdb ~/.Xresources
Source : https://wiki.archlinux.org/index.php/X_resources