Difference between revisions of "Urxvt"
imported>Cov |
imported>Cov |
||
Line 9: | Line 9: | ||
:Set the background color | :Set the background color | ||
;URxvt.foreground | ;URxvt.foreground | ||
− | :Set the foregroud | + | :Set the foregroud color |
;URxvt.geometry | ;URxvt.geometry | ||
:set the terminal size | :set the terminal size |
Revision as of 18:16, 25 November 2009
Urxvt is a lightweight terminal emulator.
Configuring Urxvt
Urxvt is configured though X resource database manager (xrdb). Settings for rxdb are usually in .Xdefaults.
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 eitehr true or false)