<?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 and the Gimp</title>
	<atom:link href="http://nathanhowell.net/2009/03/08/xmonad-and-the-gimp/feed/" rel="self" type="application/rss+xml" />
	<link>http://nathanhowell.net/2009/03/08/xmonad-and-the-gimp/</link>
	<description></description>
	<lastBuildDate>Thu, 05 Aug 2010 15:52:04 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Bruno</title>
		<link>http://nathanhowell.net/2009/03/08/xmonad-and-the-gimp/comment-page-1/#comment-1245</link>
		<dc:creator>Bruno</dc:creator>
		<pubDate>Wed, 04 Aug 2010 22:09:36 +0000</pubDate>
		<guid isPermaLink="false">http://nathanhowell.net/?p=57#comment-1245</guid>
		<description>Can anybody come with the final merge between the Gimp setup and the basic gnomeConfig? 
 
I only have this: 
 
import XMonad 
import XMonad.Config.Gnome 
 
main =  xmonad gnomeConfig 
 
What I want is to have gimp loaded on my last workspace (9) </description>
		<content:encoded><![CDATA[<p>Can anybody come with the final merge between the Gimp setup and the basic gnomeConfig? </p>
<p>I only have this: </p>
<p>import XMonad<br />
import XMonad.Config.Gnome </p>
<p>main =  xmonad gnomeConfig </p>
<p>What I want is to have gimp loaded on my last workspace (9)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jonathan</title>
		<link>http://nathanhowell.net/2009/03/08/xmonad-and-the-gimp/comment-page-1/#comment-1176</link>
		<dc:creator>Jonathan</dc:creator>
		<pubDate>Thu, 10 Jun 2010 22:32:12 +0000</pubDate>
		<guid isPermaLink="false">http://nathanhowell.net/?p=57#comment-1176</guid>
		<description>Thanks, this was really useful.  I am using gnomeConfig so I had to add desktopLayoutModifiers $ to the layouthook line just after the = so that the panels aren&#039;t covered (import XMonad.Config.Desktop is also needed). </description>
		<content:encoded><![CDATA[<p>Thanks, this was really useful.  I am using gnomeConfig so I had to add desktopLayoutModifiers $ to the layouthook line just after the = so that the panels aren&#039;t covered (import XMonad.Config.Desktop is also needed).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: yac</title>
		<link>http://nathanhowell.net/2009/03/08/xmonad-and-the-gimp/comment-page-1/#comment-977</link>
		<dc:creator>yac</dc:creator>
		<pubDate>Fri, 12 Feb 2010 21:13:20 +0000</pubDate>
		<guid isPermaLink="false">http://nathanhowell.net/?p=57#comment-977</guid>
		<description>IM layout worked fine, but one day it mysteriously started doing what you describe. Try combineTwoP combinator. I use: 
 
combineTwoP (TwoPane 0.03 0.15) (myTabs) (reflectHoriz $ combineTwoP (TwoPane 0.03 0.2) myTabs (myTabs &#124;&#124;&#124; Grid) (Role &quot;gimp-dock&quot;)) (Role &quot;gimp-toolbox&quot;) </description>
		<content:encoded><![CDATA[<p>IM layout worked fine, but one day it mysteriously started doing what you describe. Try combineTwoP combinator. I use: </p>
<p>combineTwoP (TwoPane 0.03 0.15) (myTabs) (reflectHoriz $ combineTwoP (TwoPane 0.03 0.2) myTabs (myTabs ||| Grid) (Role &quot;gimp-dock&quot;)) (Role &quot;gimp-toolbox&quot;)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eric Kow</title>
		<link>http://nathanhowell.net/2009/03/08/xmonad-and-the-gimp/comment-page-1/#comment-119</link>
		<dc:creator>Eric Kow</dc:creator>
		<pubDate>Tue, 07 Jul 2009 17:49:59 +0000</pubDate>
		<guid isPermaLink="false">http://nathanhowell.net/?p=57#comment-119</guid>
		<description>Whoops!  In case anybody&#039;s windows got reversed by this, adding a second reflectHoriz should do the trick. 
 
Now I have: 
myLayout = withIM (0.11) (Role &quot;gimp-toolbox&quot;) $ reflectHoriz 
         $ withIM (0.15) (Role &quot;gimp-dock&quot;)    $ reflectHoriz 
         $ layoutHook defaultConfig 
 </description>
		<content:encoded><![CDATA[<p>Whoops!  In case anybody&#039;s windows got reversed by this, adding a second reflectHoriz should do the trick.</p>
<p>Now I have:</p>
<p>myLayout = withIM (0.11) (Role &quot;gimp-toolbox&quot;) $ reflectHoriz</p>
<p>         $ withIM (0.15) (Role &quot;gimp-dock&quot;)    $ reflectHoriz</p>
<p>         $ layoutHook defaultConfig</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nathan</title>
		<link>http://nathanhowell.net/2009/03/08/xmonad-and-the-gimp/comment-page-1/#comment-110</link>
		<dc:creator>Nathan</dc:creator>
		<pubDate>Wed, 01 Jul 2009 22:49:07 +0000</pubDate>
		<guid isPermaLink="false">http://nathanhowell.net/?p=57#comment-110</guid>
		<description>Thanks for the comments and tips, guys. Xmonad is indeed excellent. I&#039;ve had to work on windows boxes more often lately and I sure miss it. </description>
		<content:encoded><![CDATA[<p>Thanks for the comments and tips, guys. Xmonad is indeed excellent. I&#039;ve had to work on windows boxes more often lately and I sure miss it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nick</title>
		<link>http://nathanhowell.net/2009/03/08/xmonad-and-the-gimp/comment-page-1/#comment-109</link>
		<dc:creator>Nick</dc:creator>
		<pubDate>Wed, 01 Jul 2009 22:21:19 +0000</pubDate>
		<guid isPermaLink="false">http://nathanhowell.net/?p=57#comment-109</guid>
		<description>Very cool post and comments.  
 
The above highlights one of the core strengths of xmonad. You can really mold it and adapt it to your workflow and needs. Yes it might get tricky in the configuration sometimes but there are very few things you can&#039;t do.  
 
On the other hand the basic defaults are a joy to use. As I said many times, things become effortless. I&#039;ll definitely use all this for gimp as well, coool!! 
 
Now here&#039;s why since I also use a Mac, I am working on a tiling window manager for OSX based on enso (&lt;a href=&quot;http://code.google.com/p/enso/)&quot; target=&quot;_blank&quot;&gt;http://code.google.com/p/enso/)&lt;/a&gt; which I aptly named, effortless. :D 
 
Nick </description>
		<content:encoded><![CDATA[<p>Very cool post and comments.  </p>
<p>The above highlights one of the core strengths of xmonad. You can really mold it and adapt it to your workflow and needs. Yes it might get tricky in the configuration sometimes but there are very few things you can&#039;t do.  </p>
<p>On the other hand the basic defaults are a joy to use. As I said many times, things become effortless. I&#039;ll definitely use all this for gimp as well, coool!! </p>
<p>Now here&#039;s why since I also use a Mac, I am working on a tiling window manager for OSX based on enso (<a href="http://code.google.com/p/enso/)" target="_blank">http://code.google.com/p/enso/)</a> which I aptly named, effortless. <img src='http://nathanhowell.net/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' />  </p>
<p>Nick</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eric Kow</title>
		<link>http://nathanhowell.net/2009/03/08/xmonad-and-the-gimp/comment-page-1/#comment-107</link>
		<dc:creator>Eric Kow</dc:creator>
		<pubDate>Wed, 01 Jul 2009 17:00:34 +0000</pubDate>
		<guid isPermaLink="false">http://nathanhowell.net/?p=57#comment-107</guid>
		<description>Here&#039;s a small variant with thanks to aavogt on #xmonad. 
 
The goal was to avoid committing myself to dedicated &quot;gimp&quot; workspace -- I don&#039;t just gimp *that* often -- but also to avoid a lot of fancy hackery as I didn&#039;t understand the DynamicWorkspaces stuff. 
 
Solution: omit the (onWorkspace &quot;gimp&quot;) and change Full to (layoutConfig defaultConfig).   This means that all non-gimp windows continue behaving normally, but wherever I launch gimp, I get the nice toolboxes. </description>
		<content:encoded><![CDATA[<p>Here&#039;s a small variant with thanks to aavogt on #xmonad.</p>
<p>The goal was to avoid committing myself to dedicated &quot;gimp&quot; workspace &#8212; I don&#039;t just gimp *that* often &#8212; but also to avoid a lot of fancy hackery as I didn&#039;t understand the DynamicWorkspaces stuff.</p>
<p>Solution: omit the (onWorkspace &quot;gimp&quot;) and change Full to (layoutConfig defaultConfig).   This means that all non-gimp windows continue behaving normally, but wherever I launch gimp, I get the nice toolboxes.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JamesD</title>
		<link>http://nathanhowell.net/2009/03/08/xmonad-and-the-gimp/comment-page-1/#comment-75</link>
		<dc:creator>JamesD</dc:creator>
		<pubDate>Thu, 11 Jun 2009 17:52:24 +0000</pubDate>
		<guid isPermaLink="false">http://nathanhowell.net/?p=57#comment-75</guid>
		<description>Thanks for the useful info. It&#039;s so interesting</description>
		<content:encoded><![CDATA[<p>Thanks for the useful info. It&#8217;s so interesting</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tobi</title>
		<link>http://nathanhowell.net/2009/03/08/xmonad-and-the-gimp/comment-page-1/#comment-58</link>
		<dc:creator>Tobi</dc:creator>
		<pubDate>Sun, 17 May 2009 10:08:56 +0000</pubDate>
		<guid isPermaLink="false">http://nathanhowell.net/?p=57#comment-58</guid>
		<description>Is it possible to set the width of the tools to something like &quot;detect automatically&quot; so that it could be used on any screen sizes? </description>
		<content:encoded><![CDATA[<p>Is it possible to set the width of the tools to something like &quot;detect automatically&quot; so that it could be used on any screen sizes?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Weeble</title>
		<link>http://nathanhowell.net/2009/03/08/xmonad-and-the-gimp/comment-page-1/#comment-42</link>
		<dc:creator>Weeble</dc:creator>
		<pubDate>Sun, 05 Apr 2009 20:10:09 +0000</pubDate>
		<guid isPermaLink="false">http://nathanhowell.net/?p=57#comment-42</guid>
		<description>I tried this, but I have problems any time there are multiple image windows. When I move the mouse cursor between windows the first image pops in front of whichever one is currently showing. Is there some way to prevent this? </description>
		<content:encoded><![CDATA[<p>I tried this, but I have problems any time there are multiple image windows. When I move the mouse cursor between windows the first image pops in front of whichever one is currently showing. Is there some way to prevent this?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
