The Funtoo Linux project has transitioned to "Hobby Mode" and this wiki is now read-only.
Package:Urxvt
Urxvt
We welcome improvements to this page. To edit this page, Create a Funtoo account. Then log in and then click here to edit this page. See our editing guidelines to becoming a wiki-editing pro.
Urxvt is a clone of rxvt, to which xft fonts and unicode characters support were added. This is an alternative to Xterm, the X default terminal emulator.
Installation
First step to get Urxvt work is to merge it, so let's do it.
root # emerge -av rxvt-unicode
Most likely, you will want to enable xft' use flag so that you can use extra fonts (such as Inconsolata, a pretty good font for terminals). You might also want to enable 256-color use flag to get a larger color range.
Configuration
It is very likely that when you will launch Urxvt for the first time, you will want to make some customizations so that your terminal doesn't look ugly. So we will go into it. If it does not exist, create a file ~/.Xresources
.
You may be used to handle your terminal configuration in ~/.Xdefaults
which is generally loaded by default.However, this method is deprectated.