<?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: Shantz XWinWrap: The &quot;Moving&quot; Wallpaper Fun Continues</title>
	<atom:link href="http://tech.shantanugoel.com/2008/09/03/shantz-xwinwrap-the-moving-wallpaper-fun-continues.html/feed" rel="self" type="application/rss+xml" />
	<link>http://tech.shantanugoel.com/2008/09/03/shantz-xwinwrap-the-moving-wallpaper-fun-continues.html</link>
	<description>Shantanu's Gadgets, Gizmos, Hacks, Tips, Tricks, Technology...and your kitchen sink</description>
	<lastBuildDate>Wed, 08 Feb 2012 20:40:56 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Moving wallpaper &#124; Matthewthomas</title>
		<link>http://tech.shantanugoel.com/2008/09/03/shantz-xwinwrap-the-moving-wallpaper-fun-continues.html#comment-26244</link>
		<dc:creator>Moving wallpaper &#124; Matthewthomas</dc:creator>
		<pubDate>Sun, 29 May 2011 10:52:37 +0000</pubDate>
		<guid isPermaLink="false">http://tech.shantanugoel.com/?p=161#comment-26244</guid>
		<description>[...] Shantz XWinWrap: The &quot;Moving&quot; Wallpaper Fun Continues &#124; Shantanu&#8217;s [...]</description>
		<content:encoded><![CDATA[<p>[...] Shantz XWinWrap: The &quot;Moving&quot; Wallpaper Fun Continues | Shantanu&#8217;s [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bob lazar</title>
		<link>http://tech.shantanugoel.com/2008/09/03/shantz-xwinwrap-the-moving-wallpaper-fun-continues.html#comment-25763</link>
		<dc:creator>bob lazar</dc:creator>
		<pubDate>Thu, 05 May 2011 01:55:05 +0000</pubDate>
		<guid isPermaLink="false">http://tech.shantanugoel.com/?p=161#comment-25763</guid>
		<description>yo ubuntu maverick 10.10 + compiz 0.8.6 sticky is not working and its minimizing my electric sheep background with the show desktop button!!</description>
		<content:encoded><![CDATA[<p>yo ubuntu maverick 10.10 + compiz 0.8.6 sticky is not working and its minimizing my electric sheep background with the show desktop button!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Todd</title>
		<link>http://tech.shantanugoel.com/2008/09/03/shantz-xwinwrap-the-moving-wallpaper-fun-continues.html#comment-3611</link>
		<dc:creator>Todd</dc:creator>
		<pubDate>Fri, 19 Sep 2008 09:51:28 +0000</pubDate>
		<guid isPermaLink="false">http://tech.shantanugoel.com/?p=161#comment-3611</guid>
		<description>Ah, I see the difference now I believe.  Regarding the &quot;not seeing anything&quot; issue - that&#039;s only if you run some kind of desktop environment or desktop window (as you imply).  The reason I didn&#039;t think of it is that I&#039;ve never run one :P  I just use a window manager (fluxbox, openbox, pekwm etc).

Even without a desktop environment one (or more) feature is still valid - the ability to have shaped windows for example.  Nice :)</description>
		<content:encoded><![CDATA[<p>Ah, I see the difference now I believe.  Regarding the &#8220;not seeing anything&#8221; issue &#8211; that&#8217;s only if you run some kind of desktop environment or desktop window (as you imply).  The reason I didn&#8217;t think of it is that I&#8217;ve never run one <img src='http://tech.shantanugoel.com/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' />   I just use a window manager (fluxbox, openbox, pekwm etc).</p>
<p>Even without a desktop environment one (or more) feature is still valid &#8211; the ability to have shaped windows for example.  Nice <img src='http://tech.shantanugoel.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shantanu Goel</title>
		<link>http://tech.shantanugoel.com/2008/09/03/shantz-xwinwrap-the-moving-wallpaper-fun-continues.html#comment-3547</link>
		<dc:creator>Shantanu Goel</dc:creator>
		<pubDate>Wed, 17 Sep 2008 05:38:18 +0000</pubDate>
		<guid isPermaLink="false">http://tech.shantanugoel.com/?p=161#comment-3547</guid>
		<description>Todd: I think the difference is that if you use -rootwin, you won&#039;t actually see anything because mplayer then becomes a child of the root window and appears &quot;below&quot; the desktop window. The applicable option to use with mplayer would be -wid, where we can tell it what window should it stick to, then xwinwrap comes into play by
1) telling it what window id to stick to (the desktop window)
2) setting mplayer window options, e.g. removing borders, decorations, making it sticky, making it not appear in taskbar, pager, etc etcThese things then make it work like a true animated wallpaper.
3) Edit: Forgot to mention that apart from fixing the &quot;sticking&quot; thing (so that it never minimizes) my version also lets you create &quot;shaped&quot; windows :)
</description>
		<content:encoded><![CDATA[<p>Todd: I think the difference is that if you use -rootwin, you won&#8217;t actually see anything because mplayer then becomes a child of the root window and appears &#8220;below&#8221; the desktop window. The applicable option to use with mplayer would be -wid, where we can tell it what window should it stick to, then xwinwrap comes into play by<br />
1) telling it what window id to stick to (the desktop window)<br />
2) setting mplayer window options, e.g. removing borders, decorations, making it sticky, making it not appear in taskbar, pager, etc etcThese things then make it work like a true animated wallpaper.<br />
3) Edit: Forgot to mention that apart from fixing the &#8220;sticking&#8221; thing (so that it never minimizes) my version also lets you create &#8220;shaped&#8221; windows <img src='http://tech.shantanugoel.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Todd</title>
		<link>http://tech.shantanugoel.com/2008/09/03/shantz-xwinwrap-the-moving-wallpaper-fun-continues.html#comment-3544</link>
		<dc:creator>Todd</dc:creator>
		<pubDate>Wed, 17 Sep 2008 03:29:08 +0000</pubDate>
		<guid isPermaLink="false">http://tech.shantanugoel.com/?p=161#comment-3544</guid>
		<description>I for one was amazed at what a big deal some people made of Vista&#039;s animated backgrounds when all you need do is mplayer -rootwin.  I usually use a screensaver as a background (xflame looks good).

Does this program do anything other than what -root/-rootwin already do?</description>
		<content:encoded><![CDATA[<p>I for one was amazed at what a big deal some people made of Vista&#8217;s animated backgrounds when all you need do is mplayer -rootwin.  I usually use a screensaver as a background (xflame looks good).</p>
<p>Does this program do anything other than what -root/-rootwin already do?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

