<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
	<channel>
		<title>gdp's Comments</title>
		<language>en-us</language>
		<link>https://www.intensedebate.com/users/51531</link>
		<description>Comments by Nathan</description>
<item>
<title>Nathan Howell : Switching to Gnome + Xmonad</title>
<link>http://nathanhowell.net/2010/04/08/switching-to-gnome-and-xmonad/#IDComment123070765</link>
<description>My config files (not just for xmonad) are on github at &lt;a href=&quot;https://github.com/neh/myconfig/tree/master/xmonad/&quot; target=&quot;_blank&quot;&gt;https://github.com/neh/myconfig/tree/master/xmona...&lt;/a&gt; . My config is pretty customized and maybe a bit crazy though. </description>
<pubDate>Sat, 22 Jan 2011 23:46:01 +0000</pubDate>
<guid>http://nathanhowell.net/2010/04/08/switching-to-gnome-and-xmonad/#IDComment123070765</guid>
</item><item>
<title>Nathan Howell : Xmonad and the Gimp</title>
<link>http://nathanhowell.net/2009/03/08/xmonad-and-the-gimp/#IDComment26069631</link>
<description>Thanks for the comments and tips, guys. Xmonad is indeed excellent. I&amp;#039;ve had to work on windows boxes more often lately and I sure miss it. </description>
<pubDate>Wed, 1 Jul 2009 22:49:07 +0000</pubDate>
<guid>http://nathanhowell.net/2009/03/08/xmonad-and-the-gimp/#IDComment26069631</guid>
</item><item>
<title>Nathan Howell : Xmonad and the Gimp</title>
<link>http://nathanhowell.net/2009/03/08/xmonad-and-the-gimp/#IDComment16634092</link>
<description>Porges, yes that&amp;#039;s possible. I just got that working recently with much help from sereven in the #xmonad irc channel. The main bit of code that makes it work came from the Scratchpad module. Here&amp;#039;s the key stuff from my manageHook:        import XMonad.Actions.DynamicWorkspaces        myManageHook = composeAll [ className =? &amp;quot;Gimp-2.6&amp;quot; --&amp;gt; doNewWS &amp;quot;gimp&amp;quot; ]     where     doNewWS tg = (liftX $ addUniqueHiddenWS tg) &amp;gt;&amp;gt; doShift tg     addUniqueHiddenWS tg = withWindowSet $ s -&amp;gt;     if null (filter ( (== tg) . W.tag) (W.workspaces s))     then addHiddenWorkspace tg     else return()      You can change addHiddenWorkspace to addWorkspace to switch to the workspace when creating it.    (Sorry, can&amp;#039;t seem to make these intense debate comments preserve indenting) </description>
<pubDate>Mon, 9 Mar 2009 17:38:01 +0000</pubDate>
<guid>http://nathanhowell.net/2009/03/08/xmonad-and-the-gimp/#IDComment16634092</guid>
</item>	</channel>
</rss>