<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Xmonad and the Gimp</title>
	<atom:link href="http://xmonad.wordpress.com/2009/03/08/xmonad-and-the-gimp/feed/" rel="self" type="application/rss+xml" />
	<link>http://xmonad.wordpress.com/2009/03/08/xmonad-and-the-gimp/</link>
	<description>a tiling window manager</description>
	<lastBuildDate>Mon, 07 Dec 2009 16:05:31 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: Joey Hess</title>
		<link>http://xmonad.wordpress.com/2009/03/08/xmonad-and-the-gimp/#comment-93</link>
		<dc:creator><![CDATA[Joey Hess]]></dc:creator>
		<pubDate>Sat, 11 Apr 2009 21:42:35 +0000</pubDate>
		<guid isPermaLink="false">http://xmonad.wordpress.com/?p=93#comment-93</guid>
		<description><![CDATA[Newer versions of the gimp only have one panel not two, so a regular IM layout will work.

But xmonad also floats all gimp windows by default. I use this to avoid floating the main two windows:

managehook = composeall [
    gimp &quot;toolbox&quot; --&gt; (ask &gt;&gt;= doF . W.sink)
  , gimp &quot;image-window&quot; --&gt; (ask &gt;&gt;= doF . W.sink)
  , manageHook defaultConfig
] 
  where gimp win = (className =? &quot;Gimp&quot;  (fmap (win `isSuffixOf`) role))
        role = stringProperty &quot;WM_WINDOW_ROLE&quot;]]></description>
		<content:encoded><![CDATA[<p>Newer versions of the gimp only have one panel not two, so a regular IM layout will work.</p>
<p>But xmonad also floats all gimp windows by default. I use this to avoid floating the main two windows:</p>
<p>managehook = composeall [<br />
    gimp "toolbox" --&gt; (ask &gt;&gt;= doF . W.sink)<br />
  , gimp "image-window" --&gt; (ask &gt;&gt;= doF . W.sink)<br />
  , manageHook defaultConfig<br />
]<br />
  where gimp win = (className =? &#8220;Gimp&#8221;  (fmap (win `isSuffixOf`) role))<br />
        role = stringProperty &#8220;WM_WINDOW_ROLE&#8221;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
