<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Libre Things &#187; urxvt</title>
	<atom:link href="http://positon.org/tag/urxvt/feed" rel="self" type="application/rss+xml" />
	<link>http://positon.org</link>
	<description></description>
	<lastBuildDate>Tue, 23 Feb 2016 20:01:11 +0000</lastBuildDate>
	<language>en-US</language>
		<sy:updatePeriod>hourly</sy:updatePeriod>
		<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.7.1</generator>
	<item>
		<title>A lightweight terminal : urxvt</title>
		<link>http://positon.org/a-lightweight-terminal-urxvt</link>
		<comments>http://positon.org/a-lightweight-terminal-urxvt#comments</comments>
		<pubDate>Sat, 02 Jan 2010 13:43:00 +0000</pubDate>
		<dc:creator><![CDATA[dooblem]]></dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Gnome]]></category>
		<category><![CDATA[rxvt]]></category>
		<category><![CDATA[terminal]]></category>
		<category><![CDATA[urxvt]]></category>

		<guid isPermaLink="false">http://positon.org:81/?p=78</guid>
		<description><![CDATA[Looking for a simple and lightweight terminal, I found urxvt. xvt and rxvt don&#8217;t support Unicode characters. You have to use urxvt : aptitude install rxvt-unicode Not that I find xterm too slow for my use. My &#8220;geek curiosity&#8221; took over. I don&#8217;t like terminal tabs but instead open plenty of different terminal windows. urxvt [&#8230;]]]></description>
				<content:encoded><![CDATA[<p>Looking for a simple and lightweight terminal, I found <strong>urxvt</strong>.</p>
<p>xvt and rxvt don&#8217;t support <a href="http://en.wikipedia.org/wiki/Unicode">Unicode</a> characters. You have to use <strong>urxvt</strong> :</p>
<pre>
aptitude install rxvt-unicode
</pre>
<p>Not that I find xterm too slow for my use. My &#8220;geek curiosity&#8221; took over. I don&#8217;t like terminal tabs but instead open plenty of different terminal windows. <strong>urxvt</strong> could certainly do the job.</p>
<p>Then you can customize <strong>urxvt</strong> using the <code>~/.Xdefaults</code> file :</p>
<pre>
vi ~/.Xdefaults
Rxvt*scrollBar: False
Rxvt*background: black
Rxvt*foreground: white
Rxvt*geometry: 110x35
</pre>
<p>The geometry I use allow me to open 4 terminal windows in my screen.</p>
<p>Note: you can also put parameters in <code>~/.Xresources</code> but you&#8217;ll have to restart X or use the <code>xrdb -merge ~/.Xresources</code> command to load parameters.</p>
<p>I also suggest you the use of a keyboard shortcut to start your terminals. In Gnome :</p>
<ol>
<li>Set your default terminal in <strong>System &gt; Preferences &gt; Prefered Applications</strong></li>
<li>Then in <strong>System &gt; Preferences &gt; Keyboard Shortcuts</strong>, set the <strong>Start Terminal</strong> entry. I use Alt+X.</li>
</ol>
<p><ins>References</ins> :</p>
<ul>
<li><code>LANG=C aptitude search ~dterminal | grep -i "terminal\|emulator" | less</code></li>
<li><a href="http://fr.wikipedia.org/wiki/Urxvt" title="http://fr.wikipedia.org/wiki/Urxvt">http://fr.wikipedia.org/wiki/Urxvt</a></li>
<li><a href="http://software.schmorp.de/pkg/rxvt-unicode.html" title="http://software.schmorp.de/pkg/rxvt-unicode.html">http://software.schmorp.de/pkg/rxvt-unicode.html</a></li>
<li><a href="http://www.debian-administration.org/article/Customizing_your_xterm" title="http://www.debian-administration.org/article/Customizing_your_xterm">http://www.debian-administration.org/article/Customizing_your_xterm</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://positon.org/a-lightweight-terminal-urxvt/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
