<?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>Bruce van der Kooij &#187; window management</title>
	<atom:link href="http://blog.parsed.nl/tag/window-management/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.parsed.nl</link>
	<description>Unfinished business.</description>
	<lastBuildDate>Fri, 16 Dec 2011 07:50:29 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.2</generator>
		<item>
		<title>Fixing the IndustrialTango theme</title>
		<link>http://blog.parsed.nl/2009/06/09/fixing-the-industrialtango-theme/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=fixing-the-industrialtango-theme</link>
		<comments>http://blog.parsed.nl/2009/06/09/fixing-the-industrialtango-theme/#comments</comments>
		<pubDate>Tue, 09 Jun 2009 13:57:02 +0000</pubDate>
		<dc:creator>Bruce van der Kooij</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[bugs]]></category>
		<category><![CDATA[hacking]]></category>
		<category><![CDATA[technology]]></category>
		<category><![CDATA[window management]]></category>

		<guid isPermaLink="false">http://parsed.nl/?p=116</guid>
		<description><![CDATA[I&#8217;ve been using IndustrialTango for years now and am stuck in my ways. Now that I&#8217;ve switched from Metacity to Compiz an ugly issue with Industrial Tango&#8217;s window border theme reared its head, for every window the window icon on the top left would not display. Instead of switching to a different window border theme [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been using IndustrialTango for years now and am stuck in my ways. Now that I&#8217;ve switched from Metacity to Compiz an ugly issue with Industrial Tango&#8217;s window border theme reared its head, for every window the window icon on the top left would not display. Instead of switching to a different window border theme (IndustrialTango seems to be the only one with this issue) I decided to hunt down what was causing the issue.</p>
<p>After a lot of work figuring out how to test a theme and comparing the theme with Human I finally figured it out:</p>

<div class="wp_syntax"><div class="code"><pre class="diff" style="font-family:monospace;"><span style="color: #888822;">--- /home/bruce/Desktop/metacity-theme-1.xml.backup	2009-06-09 13:59:07.000000000 +0200</span>
<span style="color: #888822;">+++ /usr/share/themes/IndustrialTango/metacity-1/metacity-theme-1.xml	2009-06-09 15:16:41.000000000 +0200</span>
<span style="color: #440088;">@@ -478,15 +478,15 @@</span>
 &lt;/draw_ops&gt;
&nbsp;
 &lt;draw_ops name=&quot;menu_button_icon&quot;&gt; 
<span style="color: #991111;">-  &lt;icon  x=&quot;0&quot;</span>
<span style="color: #991111;">-         y=&quot;0&quot;</span>
<span style="color: #991111;">-         width=&quot;width&quot; height=&quot;height&quot;/&gt;</span>
<span style="color: #00b000;">+  &lt;icon  x=&quot;3&quot;</span>
<span style="color: #00b000;">+         y=&quot;2&quot;</span>
<span style="color: #00b000;">+         width=&quot;mini_icon_width&quot; height=&quot;mini_icon_height&quot;/&gt;</span>
 &lt;/draw_ops&gt;
&nbsp;
 &lt;draw_ops name=&quot;menu_button_icon_unfocused&quot;&gt; 
<span style="color: #991111;">-  &lt;icon  x=&quot;0&quot;</span>
<span style="color: #991111;">-         y=&quot;0&quot;</span>
<span style="color: #991111;">-         width=&quot;width&quot; height=&quot;height&quot; alpha=&quot;0.5&quot;/&gt;</span>
<span style="color: #00b000;">+  &lt;icon  x=&quot;3&quot;</span>
<span style="color: #00b000;">+         y=&quot;2&quot;</span>
<span style="color: #00b000;">+         width=&quot;mini_icon_width&quot; height=&quot;mini_icon_height&quot; alpha=&quot;0.5&quot;/&gt;</span>
 &lt;/draw_ops&gt;
&nbsp;
 &lt;draw_ops name=&quot;menu_button_normal&quot;&gt;</pre></div></div>

<p>If you ever have to work on a window border theme, here&#8217;s some information that might help you. The tutorial <a href="http://developer.gnome.org/doc/tutorials/metacity/metacity-themes.html">Designing Metacity Themes</a> had a very helpful suggestion to use metacity-theme-viewer to test a theme and the window border dialog in System -> Preferences -> Appearance makes it quite easy to switch between themes. </p>
]]></content:encoded>
			<wfw:commentRss>http://blog.parsed.nl/2009/06/09/fixing-the-industrialtango-theme/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Improving GNOME Do&#8217;s Window Manager plugin</title>
		<link>http://blog.parsed.nl/2009/06/08/improving-gnome-dos-window-manager-plugin/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=improving-gnome-dos-window-manager-plugin</link>
		<comments>http://blog.parsed.nl/2009/06/08/improving-gnome-dos-window-manager-plugin/#comments</comments>
		<pubDate>Mon, 08 Jun 2009 01:38:37 +0000</pubDate>
		<dc:creator>Bruce van der Kooij</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[gnome do]]></category>
		<category><![CDATA[idea]]></category>
		<category><![CDATA[technology]]></category>
		<category><![CDATA[window management]]></category>

		<guid isPermaLink="false">http://parsed.nl/?p=20</guid>
		<description><![CDATA[Something related to the previous post and something that I think would be quite useful is if GNOME Do&#8217;s Window Manager plugin by Jason Smith supported textually searching through the window titles and then focusing the application it found. It currently only supports searching for application names. Using libwnck this is actually quite easy. Focus [...]]]></description>
			<content:encoded><![CDATA[<p>Something related to the previous post and something that I think would be quite useful is if GNOME Do&#8217;s <a href="http://do.davebsd.com/wiki/index.php?title=WindowManager_Plugin">Window Manager plugin</a> by <a href="http://do.davebsd.com/wiki/index.php?title=Jason_Smith">Jason Smith</a> supported textually searching through the window titles and then focusing the application it found. It currently only supports searching for application names. Using <a href="http://library.gnome.org/devel/libwnck/stable/">libwnck</a> this is actually quite easy. Focus prevention logic in the window manager may prevent proper focusing though. Perhaps ideally it would be able to search through the entire window content, but AFAIK this cannot be easily achieved. This is actually something I&#8217;ve been meaning to implement, let&#8217;s see if I get around to it.</p>
<p style="text-align: center;"><img class="size-full wp-image-67 aligncenter" title="Minimize/Restore in GNOME Do" src="http://parsed.nl/wp-content/uploads/2009/06/gnome_do_focus.png" alt="Minimize/Restore in GNOME Do" width="580" height="345" /></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.parsed.nl/2009/06/08/improving-gnome-dos-window-manager-plugin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Useful window management functionality</title>
		<link>http://blog.parsed.nl/2009/06/08/useful-window-management-functionality/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=useful-window-management-functionality</link>
		<comments>http://blog.parsed.nl/2009/06/08/useful-window-management-functionality/#comments</comments>
		<pubDate>Mon, 08 Jun 2009 01:38:31 +0000</pubDate>
		<dc:creator>Bruce van der Kooij</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[compiz]]></category>
		<category><![CDATA[future]]></category>
		<category><![CDATA[metacity]]></category>
		<category><![CDATA[technology]]></category>
		<category><![CDATA[window management]]></category>

		<guid isPermaLink="false">http://parsed.nl/?p=14</guid>
		<description><![CDATA[Ater some experimenting I&#8217;ve switched from Metacity to Compiz, even though it&#8217;s a little bit slower on my system. I&#8217;ve disabled all animations and whatnot as I don&#8217;t care for that, but what drew me was the potential usefulness of certain plugins for window management. I&#8217;m currently trying to get used to a particular combination [...]]]></description>
			<content:encoded><![CDATA[<p>Ater some experimenting I&#8217;ve switched from Metacity to Compiz, even though it&#8217;s a little bit slower on my system. I&#8217;ve disabled all animations and whatnot as I don&#8217;t care for that, but what drew me was the potential usefulness of certain plugins for window management. I&#8217;m currently trying to get used to a particular combination of two plugins, the Application Switcher and the Shift Switcher.</p>
<p>I use the Application Switcher (&lt;Alt&gt;&lt;Tab&gt;) for quickly switching between known applications (mostly back and forth), while I use the Shift Switcher (&lt;Super&gt;&lt;Tab&gt;)  to actually search open windows.  To increase the usefulness of these plugins I limit all animations and raise the relevant speed sliders to the maximum allowed value. To limit the amount of distraction I also change some default options for both these plugins. For the Application Switcher I turn off the Bring To Front functionality and for the Shift Switcher I change the appearance to Flip and the Angle to 0 so everything lines up.</p>
<div id="attachment_56" class="wp-caption alignnone" style="width: 590px"><img class="size-full wp-image-56" title="The Shift Switcher" src="http://parsed.nl/wp-content/uploads/2009/06/compiz_shift_switcher.png" alt="compiz_shift_switcher" width="580" height="362" /><p class="wp-caption-text">The Shift Switcher</p></div>
<p>I&#8217;m also keeping my eye on some of the other plugins. While I do organize things using virtual desktops, perhaps I don&#8217;t utilize them as much as I thought I did because I haven&#8217;t yet used the Expose plugin. The Group and Tab Windows plugin is also seems quite useful, but I haven&#8217;t managed to get the hang of it yet.</p>
<p>I&#8217;m certainly hoping for more innovation in the window manager area but I have to say that I&#8217;m not looking forward to <a href="http://live.gnome.org/GnomeShell">GNOME Shell</a> (see the  <a href="http://live.gnome.org/ThreePointZero/Plan">GNOME 3.0 release plan</a>). I haven&#8217;t yet managed to compile it yet so I&#8217;ll reserve further comments for a later time. If you&#8217;re interested in window managers though there are some real gems [of blog posts] to be found in the Metacity team blog <a href="http://blogs.gnome.org/metacity/">&#8230; for the adult in you</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.parsed.nl/2009/06/08/useful-window-management-functionality/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

