<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Transparent Console-Programs For Linux I Use.</title>
	<atom:link href="http://princ3.wordpress.com/2006/10/18/transparent-consoleprogramms-for-linux-i-use/feed/" rel="self" type="application/rss+xml" />
	<link>http://princ3.wordpress.com/2006/10/18/transparent-consoleprogramms-for-linux-i-use/</link>
	<description></description>
	<lastBuildDate>Sat, 31 Oct 2009 11:45:11 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: nqr</title>
		<link>http://princ3.wordpress.com/2006/10/18/transparent-consoleprogramms-for-linux-i-use/#comment-3358</link>
		<dc:creator>nqr</dc:creator>
		<pubDate>Thu, 10 Sep 2009 23:18:21 +0000</pubDate>
		<guid isPermaLink="false">http://princ3.wordpress.com/2006/10/18/transparent-consoleprogramms-for-linux-i-use/#comment-3358</guid>
		<description>thanks a lot.  you mentioned a few apps here that i&#039;ve added to my transparent wmii setup.  If you&#039;re still looking for a pdf viewer with vim binding you might want to check out apvlv. it view pdf files, navigates with hjkl, and... well... that&#039;s is</description>
		<content:encoded><![CDATA[<p>thanks a lot.  you mentioned a few apps here that i&#8217;ve added to my transparent wmii setup.  If you&#8217;re still looking for a pdf viewer with vim binding you might want to check out apvlv. it view pdf files, navigates with hjkl, and&#8230; well&#8230; that&#8217;s is</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rockwolf</title>
		<link>http://princ3.wordpress.com/2006/10/18/transparent-consoleprogramms-for-linux-i-use/#comment-3319</link>
		<dc:creator>Rockwolf</dc:creator>
		<pubDate>Mon, 18 Aug 2008 09:57:45 +0000</pubDate>
		<guid isPermaLink="false">http://princ3.wordpress.com/2006/10/18/transparent-consoleprogramms-for-linux-i-use/#comment-3319</guid>
		<description>bindkey -v,
that is useful, since I switched to zsh myself.

Another handy thing is todo.sh for a nice todo list app. You might know it already, but here&#039;s the link:
http://www.todotxt.com
I really like it, you can have the todo.txt content in a terminal or even on the root window in conky.</description>
		<content:encoded><![CDATA[<p>bindkey -v,<br />
that is useful, since I switched to zsh myself.</p>
<p>Another handy thing is todo.sh for a nice todo list app. You might know it already, but here&#8217;s the link:<br />
<a href="http://www.todotxt.com" rel="nofollow">http://www.todotxt.com</a><br />
I really like it, you can have the todo.txt content in a terminal or even on the root window in conky.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: princ3</title>
		<link>http://princ3.wordpress.com/2006/10/18/transparent-consoleprogramms-for-linux-i-use/#comment-3297</link>
		<dc:creator>princ3</dc:creator>
		<pubDate>Sun, 13 Apr 2008 11:20:51 +0000</pubDate>
		<guid isPermaLink="false">http://princ3.wordpress.com/2006/10/18/transparent-consoleprogramms-for-linux-i-use/#comment-3297</guid>
		<description>@Rockwolf:

Thanks for the hint, i allready use the vi commandmode on the shell :)
I use zsh, so the prefered method there to set this is 

bindkey -v 

Thanks for vnstat, did&#039;t know that, I&#039;ll investigate that further :)</description>
		<content:encoded><![CDATA[<p>@Rockwolf:</p>
<p>Thanks for the hint, i allready use the vi commandmode on the shell :)<br />
I use zsh, so the prefered method there to set this is </p>
<p>bindkey -v </p>
<p>Thanks for vnstat, did&#8217;t know that, I&#8217;ll investigate that further :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rockwolf</title>
		<link>http://princ3.wordpress.com/2006/10/18/transparent-consoleprogramms-for-linux-i-use/#comment-3296</link>
		<dc:creator>Rockwolf</dc:creator>
		<pubDate>Sat, 12 Apr 2008 13:35:46 +0000</pubDate>
		<guid isPermaLink="false">http://princ3.wordpress.com/2006/10/18/transparent-consoleprogramms-for-linux-i-use/#comment-3296</guid>
		<description>Oops, the above should&#039;ve said ESC between lt and gt

&lt;ESC&gt;</description>
		<content:encoded><![CDATA[<p>Oops, the above should&#8217;ve said ESC between lt and gt</p>
<p>&lt;ESC&gt;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rockwolf</title>
		<link>http://princ3.wordpress.com/2006/10/18/transparent-consoleprogramms-for-linux-i-use/#comment-3295</link>
		<dc:creator>Rockwolf</dc:creator>
		<pubDate>Sat, 12 Apr 2008 13:34:33 +0000</pubDate>
		<guid isPermaLink="false">http://princ3.wordpress.com/2006/10/18/transparent-consoleprogramms-for-linux-i-use/#comment-3295</guid>
		<description>Oh, and thanks for jdkdrum, it kicks butt!

I will raise you:

set -o vi

Type that in bash and when you press  in the terminal, you will now be able to use vi commands. ;)</description>
		<content:encoded><![CDATA[<p>Oh, and thanks for jdkdrum, it kicks butt!</p>
<p>I will raise you:</p>
<p>set -o vi</p>
<p>Type that in bash and when you press  in the terminal, you will now be able to use vi commands. ;)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rockwolf</title>
		<link>http://princ3.wordpress.com/2006/10/18/transparent-consoleprogramms-for-linux-i-use/#comment-3294</link>
		<dc:creator>Rockwolf</dc:creator>
		<pubDate>Sat, 12 Apr 2008 13:17:27 +0000</pubDate>
		<guid isPermaLink="false">http://princ3.wordpress.com/2006/10/18/transparent-consoleprogramms-for-linux-i-use/#comment-3294</guid>
		<description>Thanks for CursesTheWeather and surfraw, I didn&#039;t know about them.

I&#039;ll give you err...

vnstat: http://www.humdi.net/vnstat/

^^</description>
		<content:encoded><![CDATA[<p>Thanks for CursesTheWeather and surfraw, I didn&#8217;t know about them.</p>
<p>I&#8217;ll give you err&#8230;</p>
<p>vnstat: <a href="http://www.humdi.net/vnstat/" rel="nofollow">http://www.humdi.net/vnstat/</a></p>
<p>^^</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter Tynan</title>
		<link>http://princ3.wordpress.com/2006/10/18/transparent-consoleprogramms-for-linux-i-use/#comment-3288</link>
		<dc:creator>Peter Tynan</dc:creator>
		<pubDate>Mon, 25 Feb 2008 16:09:01 +0000</pubDate>
		<guid isPermaLink="false">http://princ3.wordpress.com/2006/10/18/transparent-consoleprogramms-for-linux-i-use/#comment-3288</guid>
		<description>Herrie is a minimalistic music player that includes support for AudioScrobbler (Last.fm)  and the ability to chroot() itself into a directory AND it can be made transparent by adding the line

gui.color.block.bg=default

to its config file.</description>
		<content:encoded><![CDATA[<p>Herrie is a minimalistic music player that includes support for AudioScrobbler (Last.fm)  and the ability to chroot() itself into a directory AND it can be made transparent by adding the line</p>
<p>gui.color.block.bg=default</p>
<p>to its config file.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: andras</title>
		<link>http://princ3.wordpress.com/2006/10/18/transparent-consoleprogramms-for-linux-i-use/#comment-3286</link>
		<dc:creator>andras</dc:creator>
		<pubDate>Sun, 17 Feb 2008 09:23:28 +0000</pubDate>
		<guid isPermaLink="false">http://princ3.wordpress.com/2006/10/18/transparent-consoleprogramms-for-linux-i-use/#comment-3286</guid>
		<description>My favorite text-based music player is &#039;mocp&#039; 

And thanks for the hints. I didn&#039;t know &#039;elinks&#039; could handle Gmail accounts :) Very great! :D</description>
		<content:encoded><![CDATA[<p>My favorite text-based music player is &#8216;mocp&#8217; </p>
<p>And thanks for the hints. I didn&#8217;t know &#8216;elinks&#8217; could handle Gmail accounts :) Very great! :D</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://princ3.wordpress.com/2006/10/18/transparent-consoleprogramms-for-linux-i-use/#comment-3285</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Sun, 10 Feb 2008 08:11:59 +0000</pubDate>
		<guid isPermaLink="false">http://princ3.wordpress.com/2006/10/18/transparent-consoleprogramms-for-linux-i-use/#comment-3285</guid>
		<description>in addition to remind have a look @ wyrd (http://www.eecs.umich.edu/~pelzlpj/wyrd/).</description>
		<content:encoded><![CDATA[<p>in addition to remind have a look @ wyrd (<a href="http://www.eecs.umich.edu/~pelzlpj/wyrd/)" rel="nofollow">http://www.eecs.umich.edu/~pelzlpj/wyrd/)</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rockwolf</title>
		<link>http://princ3.wordpress.com/2006/10/18/transparent-consoleprogramms-for-linux-i-use/#comment-3283</link>
		<dc:creator>Rockwolf</dc:creator>
		<pubDate>Thu, 31 Jan 2008 19:25:22 +0000</pubDate>
		<guid isPermaLink="false">http://princ3.wordpress.com/2006/10/18/transparent-consoleprogramms-for-linux-i-use/#comment-3283</guid>
		<description>Thanks for the list of apps. There we&#039;re some good ones I didn&#039;t know about.</description>
		<content:encoded><![CDATA[<p>Thanks for the list of apps. There we&#8217;re some good ones I didn&#8217;t know about.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
