Difference between revisions of "Urxvt"

From the Linux and Unix Users Group at Virginia Teck Wiki
Jump to: navigation, search
imported>Ackthet
(Configuring Urxvt)
(Undo revision 1330 by [[Special:Contributions/imported>Pew|imported>Pew]] ([[User talk:imported>Pew|talk]]))
(Tag: Undo)
 
(11 intermediate revisions by 5 users not shown)
Line 2: Line 2:
  
 
=Configuring Urxvt=
 
=Configuring Urxvt=
Urxvt is configured though X resource database manager (xrdb). Settings for rxdb are usually in [[.Xdefaults]].
+
Urxvt is configured though X resource database manager (xrdb). Settings for xrdb are usually in .Xdefault (sdeprecated) or .Xresources.
  
 
Here are some options:
 
Here are some options:
Line 9: Line 9:
 
:Set the background color
 
:Set the background color
 
;URxvt.foreground
 
;URxvt.foreground
:Set the foregroud colo
+
:Set the foregroud color
 
;URxvt.geometry
 
;URxvt.geometry
 
:set the terminal size
 
:set the terminal size
Line 15: Line 15:
 
:Set how many lines in the buffer
 
:Set how many lines in the buffer
 
;URxvt.scrollBar
 
;URxvt.scrollBar
:Turn the scrollbar on or off (Set to eitehr true or false)
+
:Turn the scrollbar on or off (Set to either true or false.)
 
<!-- URxvt.scrollstyle: plain
 
<!-- URxvt.scrollstyle: plain
  
Line 34: Line 34:
 
URxvt*urlLauncher: firefox      /* launch firefox on matched text */
 
URxvt*urlLauncher: firefox      /* launch firefox on matched text */
 
URxvt.shading: 40 -->
 
URxvt.shading: 40 -->
 +
 +
[[Category:Software]]

Latest revision as of 06:41, 4 January 2019

Urxvt is a lightweight terminal emulator.

Configuring Urxvt

Urxvt is configured though X resource database manager (xrdb). Settings for xrdb are usually in .Xdefault (sdeprecated) 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.)