Difference between revisions of "Urxvt"

From the Linux and Unix Users Group at Virginia Teck Wiki
Jump to: navigation, search
imported>Echarlie
imported>Pew
Line 1: Line 1:
 +
TODO: Move to software page
 +
 
'''Urxvt''' is a lightweight terminal emulator.
 
'''Urxvt''' is a lightweight terminal emulator.
  
Line 37: Line 39:
 
[[Category:Desktop *nix software]]
 
[[Category:Desktop *nix software]]
 
[[Category:Configuration files]]
 
[[Category:Configuration files]]
 +
[[Category:Needs restoration]]

Revision as of 07:02, 3 January 2018

TODO: Move to software page

Urxvt is a lightweight terminal emulator.

Configuring Urxvt

Urxvt is configured though X resource database manager (xrdb). Settings for xrdb are usually in .Xdefaults (deprecated) or .Xresources.

Here are some options:

URxvt.bakground
Set the background color
URxvt.foreground
Set the foregroud color
URxvt.geometry
set the terminal size
URxvt.saveLines
Set how many lines in the buffer
URxvt.scrollBar
Turn the scrollbar on or off (Set to either true or false.)