%general-entities; ]> $LastChangedBy$ $Date: 2007-06-20 16:12:13 +0300 (Τετ, 20 Ιούν 2007) $ rxvt-unicode-&rxvt-unicode-version; rxvt-unicode Introduction to rxvt-unicode rxvt-unicode is a clone of the terminal emulator rxvt, an X Window System terminal emulator which includes support for XFT and Unicode. Package Information Download (HTTP): Download (FTP): Download MD5 sum: &rxvt-unicode-md5sum; Download size: &rxvt-unicode-size; Estimated disk space required: &rxvt-unicode-buildsize; Estimated build time: &rxvt-unicode-time; rxvt-unicode Dependencies Required User Notes: Installation of rxvt-unicode Install rxvt-unicode by running the following commands: ./configure --prefix=/usr --enable-everything && make This package does not come with a test suite. Now, as the root user: make install Command Explanations --enable-everything: Add support for all non-multichoice options. Details about the different options can be found in the file README.configure. : Remove support for Xft fonts. : Disable the embedded Perl interpreter. Configuring rxvt-unicode The rxvt-unicode terminal emulator uses the resource class URxvt and the resource name urxvt. You can add X resource definitions to the user's ~/.Xresources file, or to the system-wide /etc/X11/app-defaults/URxvt file. The following example provides a way to load the matcher Perl extension (assuming Perl support wasn't disabled), which enables a middle button click to open an underline URL in the specified browser. It also sets a background and a foreground color and loads an Xft font. Accomplish this by adding the following definitions as the root user: cat >> /etc/X11/app-defaults/URxvt << "EOF" URxvt*perl-ext: matcher URxvt*urlLauncher: firefox URxvt.background: black URxvt.foreground: yellow URxvt*font: xft:Monospace:pixelsize=12 EOF The rxvt-unicode application can also run in a daemon mode, which makes it possible to open multiple terminal windows within the same process. The urxvtc client then connects to the urxvtd daemon and requests a new terminal window. Use that option with caution. If the daemon crashes, all the running processes in the terminal windows are terminated. You can start the urxvtd daemon in the system or personal startup X session scripts (e.g., ~/.xinitrc) by adding the following lines near the top of the script: # Start the urxvtd daemon urxvtd -q -f -o & For more information, examine the urxvt, urxvtd, urxvtc, and urxvtperl man pages. Contents Installed Programs Installed Libraries Installed Directory urxvt, urxvtd, and urxvtc. Many Perl extensions located under /usr/lib/urxvt/perl /usr/lib/urxvt Short Descriptions urxvt is a terminal emulator for the X Window System. urxvt urxvtd is the urxvt terminal daemon. urxvtd urxvtc controls the urxvtd daemon. xterm