Difference between revisions of "Urxvt"
imported>Mutantmonkey m (Reverted edits by 91.121.27.33 (talk) to last revision by Cov) |
imported>Echarlie |
||
Line 2: | Line 2: | ||
=Configuring Urxvt= | =Configuring Urxvt= | ||
− | Urxvt is configured though X resource database manager (xrdb). Settings for | + | Urxvt is configured though X resource database manager (xrdb). Settings for xrdb are usually in [[.Xdefaults]] (deprecated) or [[.Xresources]]. |
Here are some options: | Here are some options: |
Revision as of 19:55, 21 January 2016
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.)