<?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>Martin Notes &#187; mousecursor</title>
	<atom:link href="http://martinnotes.com/tag/mousecursor/feed/" rel="self" type="application/rss+xml" />
	<link>http://martinnotes.com</link>
	<description>Open source in real life</description>
	<lastBuildDate>Tue, 17 Aug 2010 14:44:49 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.1</generator>
		<item>
		<title>Hide mouse pointer with unclutter</title>
		<link>http://martinnotes.com/2009/01/03/hide-mouse-pointer-with-unclutter/</link>
		<comments>http://martinnotes.com/2009/01/03/hide-mouse-pointer-with-unclutter/#comments</comments>
		<pubDate>Sat, 03 Jan 2009 10:34:35 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[GUI]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[mousecursor]]></category>
		<category><![CDATA[unclutter]]></category>

		<guid isPermaLink="false">http://martinnotes.com/?p=172</guid>
		<description><![CDATA[One of the features I&#8217;ve always liked in the Mac is that it hides the mouse pointer when you use the keyboard. That makes it possible to type or read without having the mouse pointer in the way. So I went looking for a solution for Ubuntu. After some googling I found &#8220;unclutter&#8221;. Unclutter hides [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-177" title="mousecursor_animation" src="http://martinnotes.com/wp-content/uploads/2009/01/mousecursor_animation.gif" alt="mousecursor_animation" width="100" height="53" />One of the features I&#8217;ve always liked in the Mac is that it hides the mouse pointer when you use the keyboard. That makes it possible to type or read without having the mouse pointer in the way. So I went looking for a solution for Ubuntu. After some googling I found &#8220;unclutter&#8221;.</p>
<p>Unclutter hides the mouse pointer when you haven&#8217;t used the mouse for 5 seconds. Although this is different from the Mac approach, it actually works fine for me. When the pointer is hidden you can type and read and when you move you mouse then the pointer is shown again.</p>
<p>According to the man pages it should be possible to let unclutter hide the pointer when you press (or release) a key, but I couldn&#8217;t get that to work.</p>
<p>Installation is easy, it&#8217;s in the Ubuntu repos:</p>
<pre>sudo apt-get install unclutter</pre>
<p>And start it:</p>
<pre>unclutter &amp; disown</pre>
<p>If you want to start unclutter when you login you can add it to your session:</p>
<p>Open Sessions, click &#8220;Add&#8221;, type some name (&#8220;Unclutter&#8221;), command (&#8220;unclutter&#8221;) and comment (&#8220;Hide mouse pointer&#8221;) and that&#8217;s it.</p>
]]></content:encoded>
			<wfw:commentRss>http://martinnotes.com/2009/01/03/hide-mouse-pointer-with-unclutter/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

