<?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>mntnoe.com &#187; xmonad</title>
	<atom:link href="http://www.mntnoe.com/tag/xmonad/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mntnoe.com</link>
	<description>Tips and tweaks making you more efficient with your favorite Linux tools.</description>
	<lastBuildDate>Sun, 16 May 2010 17:16:35 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>XMonad config (May 2010)</title>
		<link>http://www.mntnoe.com/2010/05/xmonad-config-may-2010/</link>
		<comments>http://www.mntnoe.com/2010/05/xmonad-config-may-2010/#comments</comments>
		<pubDate>Sun, 16 May 2010 16:30:59 +0000</pubDate>
		<dc:creator>mntnoe</dc:creator>
				<category><![CDATA[Window Managers]]></category>
		<category><![CDATA[xmonad]]></category>

		<guid isPermaLink="false">http://www.mntnoe.com/?p=150</guid>
		<description><![CDATA[I think it&#8217;s about time I post my updated XMonad configuration. This version does not require any patches, at XMonad 0.9 supports modular configurations natively.

New highlights:

The application pager now uses icons
Per application configuration.
Minimize windows by using special workspaces

Note that I have converted my Colemak key bindings to Qwerty to give an idea of the placement [...]


Related posts:<ol><li><a href='http://www.mntnoe.com/2009/07/xmonad-config-july-2009/' rel='bookmark' title='Permanent Link: XMonad config (July 2009)'>XMonad config (July 2009)</a></li>
<li><a href='http://www.mntnoe.com/2008/08/fvwm-config-of-august-2008/' rel='bookmark' title='Permanent Link: Fvwm config of August 2008'>Fvwm config of August 2008</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>I think it&#8217;s about time I post my updated XMonad configuration. This version does not require any patches, at XMonad 0.9 supports modular configurations natively.</p>
<p><a href="http://www.mntnoe.com/wp-content/uploads/2010/04/screenshot-2010-04-25.png"><img class="aligncenter size-medium wp-image-137" title="screenshot-2010-04-25" src="http://www.mntnoe.com/wp-content/uploads/2010/04/screenshot-2010-04-25-300x225.png" alt="" width="300" height="225" /></a></p>
<p><strong>New highlights:</strong></p>
<ul>
<li>The application pager now uses <strong>icons</strong></li>
<li><strong>Per application</strong> configuration.</li>
<li><strong>Minimize</strong> windows by using special workspaces</li>
</ul>
<p>Note that I have converted my Colemak key bindings to Qwerty to give an idea of the placement I use. Also note that this work is not finished. There are still lot of things I want to behave differently, and I need to do some cleanup here and there.</p>
<p>Still, I hope you can get inspired by some of my ideas. Enjoy <img src='http://www.mntnoe.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<ul>
<li><a href="/wp-content/uploads/2010/05/xmonad-mntnoe-2010-05-16.tar.bz2">Whole config (incl. icons)</a></li>
</ul>
<ul>
<li><a href="/wp-content/uploads/2010/05/xmonad.hs">xmonad.hs</a> (<a href="/wp-content/uploads/2010/05/xmonad.hs.html">html</a>)</li>
<li><a href="/wp-content/uploads/2010/05/App.hs">App.hs</a> (<a href="/wp-content/uploads/2010/05/App.hs.html">html</a>)</li>
<li><a href="/wp-content/uploads/2010/05/BorderColors.hs">BorderColors.hs</a> (<a href="/wp-content/uploads/2010/05/BorderColors.hs.html">html</a>)</li>
<li><a href="/wp-content/uploads/2010/05/Commands.hs">Commands.hs</a> (<a href="/wp-content/uploads/2010/05/Commands.hs.html">html</a>)</li>
<li><a href="/wp-content/uploads/2010/05/Config.hs">Config.hs</a> (<a href="/wp-content/uploads/2010/05/Config.hs.html">html</a>)</li>
<li><a href="/wp-content/uploads/2010/05/DMenu.hs">DMenu.hs</a> (<a href="/wp-content/uploads/2010/05/DMenu.hs.html">html</a>)</li>
<li><a href="/wp-content/uploads/2010/05/IM.hs">IM.hs</a></li>
<li><a href="/wp-content/uploads/2010/05/Layout.hs">Layout.hs</a> (<a href="/wp-content/uploads/2010/05/Layout.hs.html">html</a>)</li>
<li><a href="/wp-content/uploads/2010/05/MyApps.hs">MyApps.hs</a> (<a href="/wp-content/uploads/2010/05/MyApps.hs.html">html</a>)</li>
<li><a href="/wp-content/uploads/2010/05/Pager.hs">Pager.hs</a> (<a href="/wp-content/uploads/2010/05/Pager.hs.html">html</a>)</li>
<li><a href="/wp-content/uploads/2010/05/Panel.hs">Panel.hs</a> (<a href="/wp-content/uploads/2010/05/Panel.hs.html">html</a>)</li>
<li><a href="/wp-content/uploads/2010/05/Utils.hs">Utils.hs</a> (<a href="/wp-content/uploads/2010/05/Utils.hs.html">html</a>)</li>
<li><a href="/wp-content/uploads/2010/05/Workspace.hs">Workspace.hs</a> (<a href="/wp-content/uploads/2010/05/Workspace.hs.html">html</a>)</li>
</ul>

<div class="sociable">

<ul>
	<li class="sociablefirst"><a rel="nofollow"  href="http://www.facebook.com/share.php?u=http%3A%2F%2Fwww.mntnoe.com%2F2010%2F05%2Fxmonad-config-may-2010%2F&amp;t=XMonad%20config%20%28May%202010%29" title="Facebook"><img src="http://www.mntnoe.com/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  href="http://twitter.com/home?status=XMonad%20config%20%28May%202010%29%20-%20http%3A%2F%2Fwww.mntnoe.com%2F2010%2F05%2Fxmonad-config-may-2010%2F" title="Twitter"><img src="http://www.mntnoe.com/wp-content/plugins/sociable/images/twitter.png" title="Twitter" alt="Twitter" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fwww.mntnoe.com%2F2010%2F05%2Fxmonad-config-may-2010%2F&amp;title=XMonad%20config%20%28May%202010%29&amp;bodytext=I%20think%20it%27s%20about%20time%20I%20post%20my%20updated%20XMonad%20configuration.%20This%20version%20does%20not%20require%20any%20patches%2C%20at%20XMonad%200.9%20supports%20modular%20configurations%20natively.%0D%0A%0D%0A%0D%0A%0D%0ANew%20highlights%3A%0D%0A%0D%0A%09The%20application%20pager%20now%20uses%20icons%0D%0A%09Per%20application%20confi" title="Digg"><img src="http://www.mntnoe.com/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  href="http://reddit.com/submit?url=http%3A%2F%2Fwww.mntnoe.com%2F2010%2F05%2Fxmonad-config-may-2010%2F&amp;title=XMonad%20config%20%28May%202010%29" title="Reddit"><img src="http://www.mntnoe.com/wp-content/plugins/sociable/images/reddit.png" title="Reddit" alt="Reddit" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  href="http://delicious.com/post?url=http%3A%2F%2Fwww.mntnoe.com%2F2010%2F05%2Fxmonad-config-may-2010%2F&amp;title=XMonad%20config%20%28May%202010%29&amp;notes=I%20think%20it%27s%20about%20time%20I%20post%20my%20updated%20XMonad%20configuration.%20This%20version%20does%20not%20require%20any%20patches%2C%20at%20XMonad%200.9%20supports%20modular%20configurations%20natively.%0D%0A%0D%0A%0D%0A%0D%0ANew%20highlights%3A%0D%0A%0D%0A%09The%20application%20pager%20now%20uses%20icons%0D%0A%09Per%20application%20confi" title="del.icio.us"><img src="http://www.mntnoe.com/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a></li>
	<li class="sociablelast"><a rel="nofollow"  href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwww.mntnoe.com%2F2010%2F05%2Fxmonad-config-may-2010%2F&amp;title=XMonad%20config%20%28May%202010%29" title="StumbleUpon"><img src="http://www.mntnoe.com/wp-content/plugins/sociable/images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" class="sociable-hovers" /></a></li>
</ul>
</div>


<p>Related posts:<ol><li><a href='http://www.mntnoe.com/2009/07/xmonad-config-july-2009/' rel='bookmark' title='Permanent Link: XMonad config (July 2009)'>XMonad config (July 2009)</a></li>
<li><a href='http://www.mntnoe.com/2008/08/fvwm-config-of-august-2008/' rel='bookmark' title='Permanent Link: Fvwm config of August 2008'>Fvwm config of August 2008</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.mntnoe.com/2010/05/xmonad-config-may-2010/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Fast access to web applications</title>
		<link>http://www.mntnoe.com/2010/04/fast-access-to-web-applications/</link>
		<comments>http://www.mntnoe.com/2010/04/fast-access-to-web-applications/#comments</comments>
		<pubDate>Sun, 25 Apr 2010 13:01:22 +0000</pubDate>
		<dc:creator>mntnoe</dc:creator>
				<category><![CDATA[Other Tips]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[keyconfig]]></category>
		<category><![CDATA[prism]]></category>
		<category><![CDATA[xmonad]]></category>

		<guid isPermaLink="false">http://www.mntnoe.com/?p=128</guid>
		<description><![CDATA[Using Keyconfig
If you use many web applications like GMail and Remember the Milk, you may want to get access to them using a single key binding. In Firefox you can use the following snippet together with the Keyconfig extension to

cycle between all tabs matching the regular expression re
if no tab matches, open a new tab [...]


Related posts:<ol><li><a href='http://www.mntnoe.com/2010/02/being-productive-in-gmail-using-itsalltext/' rel='bookmark' title='Permanent Link: Being productive in GMail using ItsAllText'>Being productive in GMail using ItsAllText</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<h2>Using Keyconfig</h2>
<p>If you use many web applications like GMail and Remember the Milk, you may want to get access to them using a single key binding. In Firefox you can use the following snippet together with the <a href="http://kb.mozillazine.org/Keyconfig_extension">Keyconfig</a> extension to</p>
<ul>
<li>cycle between all tabs matching the regular expression <em>re</em></li>
<li>if no tab matches, open a new tab showing <em>url</em></li>
</ul>
<pre>function openOrCycle(url, re) {
    var wm = Components.classes["@mozilla.org/appshell/window-mediator;1"]
        .getService(Components.interfaces.nsIWindowMediator);
    var browserEnumerator = wm.getEnumerator("navigator:browser");

    // Check each browser instance for our URL
    var found = false;
    while (!found &amp;&amp; browserEnumerator.hasMoreElements()) {
        var browserWin = browserEnumerator.getNext();
        var tabbrowser = browserWin.gBrowser;

<span id="more-128"></span>        // Check each tab of this browser instance
        var numTabs = tabbrowser.browsers.length;
        var currentIndex = tabbrowser.tabContainer.selectedIndex;
        var nextIndex = (currentIndex + 1) % numTabs;
        for (var index = nextIndex;
             index != currentIndex;
             index = (index + 1) % numTabs) {
            var currentBrowser = tabbrowser.getBrowserAtIndex(index);
            if (re.test(currentBrowser.currentURI.spec)) {

                // The URL is already opened. Select this tab.
                tabbrowser.selectedTab = tabbrowser
                    .tabContainer
                    .childNodes[index];

                // Focus *this* browser-window
                browserWin.focus();

                found = true;
                break;
            }
        }
    }

    if (!found &amp;&amp;
        re.test(tabbrowser
            .getBrowserAtIndex(currentIndex)
            .currentURI.spec)) {

        // The URL is already opened. Select this tab.
        tabbrowser.selectedTab = tabbrowser
            .tabContainer
            .childNodes[currentIndex];

        // Focus *this* browser-window
        browserWin.focus();
        found = true;
    }

    // Our URL isn't open. Open it now.
    if (!found) {
        var recentWindow = wm.getMostRecentWindow("navigator:browser");
        if (recentWindow) {
            // Use an existing browser window
            if (window._content.document.location.href == "about:blank") {
                window._content.document.location.href = url;
                window._content.focus();
            } else {
                recentWindow.delayedOpenTab(url, null, null, null, null);
            }
        }
        else {
            // No browser windows are open, so open a new one.
            window.open(url);
        }
    }
}

openOrCycle("https://mail.google.com/mail/#inbox",
            /https?:\/\/mail\.google\.com/);</pre>
<p>The snippet is based on examples from <a href="https://developer.mozilla.org/en/Code_snippets/Tabbed_browser">MDC</a>.</p>
<h2>Using Xmonad and Prism</h2>
<p>If you use Xmonad and want very fast access to tasks like sending a mail, checking your calendar or marking a todo-item as completed, you may consider using <a href="http://prism.mozillalabs.com/">Prism</a>. You can assign a key binding in Xmonad to bring focus to a given Prism window – check out the <a href="http://xmonad.org/xmonad-docs/xmonad-contrib/XMonad-Actions-WindowGo.html">WindowGo</a> and <a href="http://xmonad.org/xmonad-docs/xmonad-contrib/XMonad-Util-NamedScratchpad.html">NamedScratchpad</a> modules.</p>
<p>Unfortunately the only thing distinguishing Prism windows  is the window title, so we need to force the title to stay fixed using a Greasemonkey script. You will need Teramako&#8217;s <a href="http://github.com/teramako/greasemonkey-for-prism">Greasemonkey build for Prism</a> to do this, and something like the following:</p>
<pre>// ==UserScript==
// @name           title-gmail
// @namespace      mntnoe.com
// @include        *
// ==/UserScript==

document.title="Gmail";
</pre>
<p>Note that some web applications will update the title dynamically, so you may need to adjust your predicate to account for that. For instance, GMail will update the title to &#8220;Gmail &#8211; Inbox (3) &#8211; foo@gmail.com&#8221;, so our predicate will read</p>
<pre>className =? "Prism" &lt;&amp;&amp;&gt; fmap ("Gmail" `isPrefixOf`) title
</pre>
<p>It is a hack, but it works quite well <img src='http://www.mntnoe.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>My complete solution is based on NamedScratchpad and makes sure that only one Prism window is shown at a time, enabling you to switch fast between web applications. I will post it together with my current Xmonad setup when I get time.</p>
<div id="_mcePaste" style="overflow: hidden; position: absolute; left: -10000px; top: 1193px; width: 1px; height: 1px;">http://github.com/teramako/greasemonkey-for-prism</div>

<div class="sociable">

<ul>
	<li class="sociablefirst"><a rel="nofollow"  href="http://www.facebook.com/share.php?u=http%3A%2F%2Fwww.mntnoe.com%2F2010%2F04%2Ffast-access-to-web-applications%2F&amp;t=Fast%20access%20to%20web%20applications" title="Facebook"><img src="http://www.mntnoe.com/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  href="http://twitter.com/home?status=Fast%20access%20to%20web%20applications%20-%20http%3A%2F%2Fwww.mntnoe.com%2F2010%2F04%2Ffast-access-to-web-applications%2F" title="Twitter"><img src="http://www.mntnoe.com/wp-content/plugins/sociable/images/twitter.png" title="Twitter" alt="Twitter" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fwww.mntnoe.com%2F2010%2F04%2Ffast-access-to-web-applications%2F&amp;title=Fast%20access%20to%20web%20applications&amp;bodytext=Using%20Keyconfig%0D%0AIf%20you%20use%20many%20web%20applications%20like%20GMail%20and%20Remember%20the%20Milk%2C%20you%20may%20want%20to%20get%20access%20to%20them%20using%20a%20single%20key%20binding.%20In%20Firefox%20you%20can%20use%20the%20following%20snippet%20together%20with%20the%20Keyconfig%20extension%20to%0D%0A%0D%0A%09cycle%20between" title="Digg"><img src="http://www.mntnoe.com/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  href="http://reddit.com/submit?url=http%3A%2F%2Fwww.mntnoe.com%2F2010%2F04%2Ffast-access-to-web-applications%2F&amp;title=Fast%20access%20to%20web%20applications" title="Reddit"><img src="http://www.mntnoe.com/wp-content/plugins/sociable/images/reddit.png" title="Reddit" alt="Reddit" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  href="http://delicious.com/post?url=http%3A%2F%2Fwww.mntnoe.com%2F2010%2F04%2Ffast-access-to-web-applications%2F&amp;title=Fast%20access%20to%20web%20applications&amp;notes=Using%20Keyconfig%0D%0AIf%20you%20use%20many%20web%20applications%20like%20GMail%20and%20Remember%20the%20Milk%2C%20you%20may%20want%20to%20get%20access%20to%20them%20using%20a%20single%20key%20binding.%20In%20Firefox%20you%20can%20use%20the%20following%20snippet%20together%20with%20the%20Keyconfig%20extension%20to%0D%0A%0D%0A%09cycle%20between" title="del.icio.us"><img src="http://www.mntnoe.com/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a></li>
	<li class="sociablelast"><a rel="nofollow"  href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwww.mntnoe.com%2F2010%2F04%2Ffast-access-to-web-applications%2F&amp;title=Fast%20access%20to%20web%20applications" title="StumbleUpon"><img src="http://www.mntnoe.com/wp-content/plugins/sociable/images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" class="sociable-hovers" /></a></li>
</ul>
</div>


<p>Related posts:<ol><li><a href='http://www.mntnoe.com/2010/02/being-productive-in-gmail-using-itsalltext/' rel='bookmark' title='Permanent Link: Being productive in GMail using ItsAllText'>Being productive in GMail using ItsAllText</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.mntnoe.com/2010/04/fast-access-to-web-applications/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>XMonad config (July 2009)</title>
		<link>http://www.mntnoe.com/2009/07/xmonad-config-july-2009/</link>
		<comments>http://www.mntnoe.com/2009/07/xmonad-config-july-2009/#comments</comments>
		<pubDate>Sun, 19 Jul 2009 12:32:08 +0000</pubDate>
		<dc:creator>mntnoe</dc:creator>
				<category><![CDATA[Window Managers]]></category>
		<category><![CDATA[xmonad]]></category>

		<guid isPermaLink="false">http://www.mntnoe.com/?p=52</guid>
		<description><![CDATA[I have been using XMonad for about a year now and have finally put myself together to upload my customizations. Highlights:

Labeled pager addon for DynamicLog
Fast navigation between workspaces
Application specific border colors
Modified Scratchpad using GNU Screen
Host specific settings (layouts and widgets)

To use these modules, you must put them in ~/.xmonad and then reenable support for user [...]


Related posts:<ol><li><a href='http://www.mntnoe.com/2010/05/xmonad-config-may-2010/' rel='bookmark' title='Permanent Link: XMonad config (May 2010)'>XMonad config (May 2010)</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>I have been using XMonad for about a year now and have finally put myself together to upload my customizations. Highlights:</p>
<ul>
<li>Labeled <strong>pager</strong> addon for DynamicLog</li>
<li>Fast navigation between <strong>workspaces</strong></li>
<li>Application specific <strong>border colors</strong></li>
<li>Modified <strong>Scratchpad</strong> using GNU Screen</li>
<li><strong>Host</strong> specific settings (layouts and widgets)</li>
</ul>
<p>To use these modules, you must put them in <em>~/.xmonad</em> and then reenable support for user modules in your xmonad source. Simply look for a line in <em>Core.hs</em> containing <em>runProces &#8220;ghc&#8221; ["--make", "xmonad.hs" ...]</em> and remove the <em>&#8220;-i&#8221;</em> entry from the list. This switch was unfortunately added to fix a bug on case insensitive file systems. Note that a solution is under development, placing user modules in <em>~/.xmonad/lib</em>, thus solving the issue with case insensitive systems, see <a class="external text" title="http://code.google.com/p/xmonad/issues/detail?id=230" rel="nofollow" href="http://code.google.com/p/xmonad/issues/detail?id=230">issue 230</a>.</p>
<p style="text-align: center;"><a href="/wp-content/uploads/2009/07/xmonad-mntnoe_2009-07-18.png"><img class="aligncenter" src="/wp-content/uploads/2009/07/xmonad-mntnoe_2009-07-18_thumbnail.png" alt="xmonad-mntnoe_2009-07-18" width="200" height="150" /></a></p>
<p>I will try to make some darcs patches for xmonad-contrib if I get time. Until then, I hope you can get inspired by some of my ideas. Enjoy <img src='http://www.mntnoe.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<ul>
<li><a href="/wp-content/uploads/2009/07/xmonad.hs">xmonad.hs</a> (<a href="/wp-content/uploads/2009/07/xmonad.hs.html">html</a>)</li>
<li><a href="/wp-content/uploads/2009/07/xmonad_qwerty.hs">xmonad_qwerty.hs</a> (<a href="/wp-content/uploads/2009/07/xmonad_qwerty.hs.html">html</a>)</li>
<li><a href="/wp-content/uploads/2009/07/BorderColors.hs">BorderColors.hs</a> (<a href="/wp-content/uploads/2009/07/BorderColors.hs.html">html</a>)</li>
<li><a href="/wp-content/uploads/2009/07/DMenu.hs">DMenu.hs</a> (<a href="/wp-content/uploads/2009/07/DMenu.hs.html">html</a>)</li>
<li><a href="/wp-content/uploads/2009/07/Dzen.hs">Dzen.hs</a> (<a href="/wp-content/uploads/2009/07/Dzen.hs.html">html</a>)</li>
<li><a href="/wp-content/uploads/2009/07/Layout.hs">Layout.hs</a> (<a href="/wp-content/uploads/2009/07/Layout.hs.html">html</a>)</li>
<li><a href="/wp-content/uploads/2009/07/Obsolete.hs">Obsolete.hs</a> (<a href="/wp-content/uploads/2009/07/Obsolete.hs.html">html</a>)</li>
<li><a href="/wp-content/uploads/2009/07/Pager.hs">Pager.hs</a> (<a href="/wp-content/uploads/2009/07/Pager.hs.html">html</a>)</li>
<li><a href="/wp-content/uploads/2009/07/ScratchpadPrime.hs">ScratchpadPrime.hs</a> (<a href="/wp-content/uploads/2009/07/ScratchpadPrime.hs.html">html</a>)</li>
<li><a href="/wp-content/uploads/2009/07/ServerMode.hs">ServerMode.hs</a> (<a href="/wp-content/uploads/2009/07/ServerMode.hs.html">html</a>)</li>
<li><a href="/wp-content/uploads/2009/07/Util.hs">Util.hs</a> (<a href="/wp-content/uploads/2009/07/Util.hs.html">html</a>)</li>
</ul>

<div class="sociable">

<ul>
	<li class="sociablefirst"><a rel="nofollow"  href="http://www.facebook.com/share.php?u=http%3A%2F%2Fwww.mntnoe.com%2F2009%2F07%2Fxmonad-config-july-2009%2F&amp;t=XMonad%20config%20%28July%202009%29" title="Facebook"><img src="http://www.mntnoe.com/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  href="http://twitter.com/home?status=XMonad%20config%20%28July%202009%29%20-%20http%3A%2F%2Fwww.mntnoe.com%2F2009%2F07%2Fxmonad-config-july-2009%2F" title="Twitter"><img src="http://www.mntnoe.com/wp-content/plugins/sociable/images/twitter.png" title="Twitter" alt="Twitter" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fwww.mntnoe.com%2F2009%2F07%2Fxmonad-config-july-2009%2F&amp;title=XMonad%20config%20%28July%202009%29&amp;bodytext=I%20have%20been%20using%20XMonad%20for%20about%20a%20year%20now%20and%20have%20finally%20put%20myself%20together%20to%20upload%20my%20customizations.%20Highlights%3A%0D%0A%0D%0A%09Labeled%20pager%20addon%20for%20DynamicLog%0D%0A%09Fast%20navigation%20between%20workspaces%0D%0A%09Application%20specific%20border%20colors%0D%0A%09Modified%20Sc" title="Digg"><img src="http://www.mntnoe.com/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  href="http://reddit.com/submit?url=http%3A%2F%2Fwww.mntnoe.com%2F2009%2F07%2Fxmonad-config-july-2009%2F&amp;title=XMonad%20config%20%28July%202009%29" title="Reddit"><img src="http://www.mntnoe.com/wp-content/plugins/sociable/images/reddit.png" title="Reddit" alt="Reddit" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  href="http://delicious.com/post?url=http%3A%2F%2Fwww.mntnoe.com%2F2009%2F07%2Fxmonad-config-july-2009%2F&amp;title=XMonad%20config%20%28July%202009%29&amp;notes=I%20have%20been%20using%20XMonad%20for%20about%20a%20year%20now%20and%20have%20finally%20put%20myself%20together%20to%20upload%20my%20customizations.%20Highlights%3A%0D%0A%0D%0A%09Labeled%20pager%20addon%20for%20DynamicLog%0D%0A%09Fast%20navigation%20between%20workspaces%0D%0A%09Application%20specific%20border%20colors%0D%0A%09Modified%20Sc" title="del.icio.us"><img src="http://www.mntnoe.com/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a></li>
	<li class="sociablelast"><a rel="nofollow"  href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwww.mntnoe.com%2F2009%2F07%2Fxmonad-config-july-2009%2F&amp;title=XMonad%20config%20%28July%202009%29" title="StumbleUpon"><img src="http://www.mntnoe.com/wp-content/plugins/sociable/images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" class="sociable-hovers" /></a></li>
</ul>
</div>


<p>Related posts:<ol><li><a href='http://www.mntnoe.com/2010/05/xmonad-config-may-2010/' rel='bookmark' title='Permanent Link: XMonad config (May 2010)'>XMonad config (May 2010)</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.mntnoe.com/2009/07/xmonad-config-july-2009/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
