<?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/"
		>
<channel>
	<title>Comments on: XMonad on Ubuntu</title>
	<atom:link href="http://paddymullen.com/2010/01/17/xmonad-on-ubuntu/feed/" rel="self" type="application/rss+xml" />
	<link>http://paddymullen.com/2010/01/17/xmonad-on-ubuntu/</link>
	<description>The flypaper of my mind</description>
	<lastBuildDate>Sat,  4 Feb 2012 17:25:42 -0500</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.6</generator>
	<item>
		<title>By: Aaron</title>
		<link>http://paddymullen.com/2010/01/17/xmonad-on-ubuntu/#comment-2339</link>
		<dc:creator>Aaron</dc:creator>
		<pubDate>Sat, 14 May 2011 19:06:29 +0000</pubDate>
		<guid isPermaLink="false">http://paddymullen.com/?p=110#comment-2339</guid>
		<description>Great post.

I have one suggestion to the startup scheme. Instead of putting all your startup configuration in /usr/local/bin/xmonad.start, change it to just start the same named file in your home directory, e.g. 

$ cat /usr/local/bin/xmonad.start 
#!/bin/bash

exec ~/.xmonad/xmonad.start

Then put everything you had in that file into the one in your home dir.

This way all accounts on the same machine can have their own xmonad setups.</description>
		<content:encoded><![CDATA[<p>Great post.</p>
<p>I have one suggestion to the startup scheme. Instead of putting all your startup configuration in /usr/local/bin/xmonad.start, change it to just start the same named file in your home directory, e.g. </p>
<p>$ cat /usr/local/bin/xmonad.start<br />
#!/bin/bash</p>
<p>exec ~/.xmonad/xmonad.start</p>
<p>Then put everything you had in that file into the one in your home dir.</p>
<p>This way all accounts on the same machine can have their own xmonad setups.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stephen Paulger</title>
		<link>http://paddymullen.com/2010/01/17/xmonad-on-ubuntu/#comment-2251</link>
		<dc:creator>Stephen Paulger</dc:creator>
		<pubDate>Wed, 23 Mar 2011 14:38:03 +0000</pubDate>
		<guid isPermaLink="false">http://paddymullen.com/?p=110#comment-2251</guid>
		<description>In ubuntu 10.04 $HOME/.xession is only run if the argument passed to /etc/gdm/Xsession is &quot;xcustom&quot; (it is &quot;xmonad&quot; when you&#039;re using xmonad).</description>
		<content:encoded><![CDATA[<p>In ubuntu 10.04 $HOME/.xession is only run if the argument passed to /etc/gdm/Xsession is &#8220;xcustom&#8221; (it is &#8220;xmonad&#8221; when you&#8217;re using xmonad).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gerald Sears</title>
		<link>http://paddymullen.com/2010/01/17/xmonad-on-ubuntu/#comment-2116</link>
		<dc:creator>Gerald Sears</dc:creator>
		<pubDate>Thu, 23 Sep 2010 03:08:23 +0000</pubDate>
		<guid isPermaLink="false">http://paddymullen.com/?p=110#comment-2116</guid>
		<description>I have xmonad installed from repos and it came up in my gdm automatically, no changes needed, just needed to select it in the drop down menu.  

Still working on customizing it, though, getting a status bar and background are the two major things for me.  Then I&#039;ll try to get some nice effects and a little subtle eye-candy going and work on fitting the keystrokes to my tastes.  Also need to figure out how to work with my second head(monitor), I don&#039;t think it will be that hard, just haven&#039;t had time to play around with it enough to figure it.</description>
		<content:encoded><![CDATA[<p>I have xmonad installed from repos and it came up in my gdm automatically, no changes needed, just needed to select it in the drop down menu.  </p>
<p>Still working on customizing it, though, getting a status bar and background are the two major things for me.  Then I&#8217;ll try to get some nice effects and a little subtle eye-candy going and work on fitting the keystrokes to my tastes.  Also need to figure out how to work with my second head(monitor), I don&#8217;t think it will be that hard, just haven&#8217;t had time to play around with it enough to figure it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Martin</title>
		<link>http://paddymullen.com/2010/01/17/xmonad-on-ubuntu/#comment-2101</link>
		<dc:creator>Martin</dc:creator>
		<pubDate>Sat, 08 May 2010 14:28:25 +0000</pubDate>
		<guid isPermaLink="false">http://paddymullen.com/?p=110#comment-2101</guid>
		<description>Thanks to you I finally managed to get the Xmonad setup that I have on Debian Squeeze on Ubuntu 10.04 too!
Please note: If you use a custom xmonad.start that lives in your home folder you have to specify the full path in the /usr/share/xsession/xmonad2.desktop. (Obvious, right -- but I forgot it ;)
Also: If you want gnome-panel and gnome-settings-daemon, put them BEFORE the xmonad line in your xmonad.start. BTW: it seems that on Ubuntu 10.04 neither .xinitrc nor .xsession are read by gdm.
-- Cheers, Martin</description>
		<content:encoded><![CDATA[<p>Thanks to you I finally managed to get the Xmonad setup that I have on Debian Squeeze on Ubuntu 10.04 too!<br />
Please note: If you use a custom xmonad.start that lives in your home folder you have to specify the full path in the /usr/share/xsession/xmonad2.desktop. (Obvious, right &#8212; but I forgot it <img src='http://paddymullen.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /><br />
Also: If you want gnome-panel and gnome-settings-daemon, put them BEFORE the xmonad line in your xmonad.start. BTW: it seems that on Ubuntu 10.04 neither .xinitrc nor .xsession are read by gdm.<br />
&#8211; Cheers, Martin</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joey</title>
		<link>http://paddymullen.com/2010/01/17/xmonad-on-ubuntu/#comment-2078</link>
		<dc:creator>Joey</dc:creator>
		<pubDate>Mon, 18 Jan 2010 22:06:22 +0000</pubDate>
		<guid isPermaLink="false">http://paddymullen.com/?p=110#comment-2078</guid>
		<description>gdm does not run ~/.xinitrc, but it will run ~/.xsession. I simply symlink the two files to not have to worry about how X was started.

(If you start xmonad this way, you will want to start gnome-settings-daemon and gnome-panel manually from your ~/.xsession.)</description>
		<content:encoded><![CDATA[<p>gdm does not run ~/.xinitrc, but it will run ~/.xsession. I simply symlink the two files to not have to worry about how X was started.</p>
<p>(If you start xmonad this way, you will want to start gnome-settings-daemon and gnome-panel manually from your ~/.xsession.)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: oberhamsi</title>
		<link>http://paddymullen.com/2010/01/17/xmonad-on-ubuntu/#comment-2077</link>
		<dc:creator>oberhamsi</dc:creator>
		<pubDate>Mon, 18 Jan 2010 07:50:51 +0000</pubDate>
		<guid isPermaLink="false">http://paddymullen.com/?p=110#comment-2077</guid>
		<description>the comment above has bad advice. this will have strange results regarding gnome-session-settings, etc. do it the - not much harder - right way for maximum xmonad pleasure</description>
		<content:encoded><![CDATA[<p>the comment above has bad advice. this will have strange results regarding gnome-session-settings, etc. do it the &#8211; not much harder &#8211; right way for maximum xmonad pleasure</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://paddymullen.com/2010/01/17/xmonad-on-ubuntu/#comment-2075</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Sun, 17 Jan 2010 22:34:40 +0000</pubDate>
		<guid isPermaLink="false">http://paddymullen.com/?p=110#comment-2075</guid>
		<description>If you want to trivially use XMonad with your gnome desktop in ubuntu you can just edit .gnomerc :

export WINDOW_MANAGER=${HOME}/bin/xmonad</description>
		<content:encoded><![CDATA[<p>If you want to trivially use XMonad with your gnome desktop in ubuntu you can just edit .gnomerc :</p>
<p>export WINDOW_MANAGER=${HOME}/bin/xmonad</p>
]]></content:encoded>
	</item>
</channel>
</rss>

