<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<atom:link href="http://forum.xfce.org/extern.php?action=feed&amp;tid=3749&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Xfce Forums / set "always on top" window property from a script]]></title>
		<link>http://forum.xfce.org/viewtopic.php?id=3749</link>
		<description><![CDATA[The most recent posts in set "always on top" window property from a script.]]></description>
		<lastBuildDate>Tue, 18 Dec 2007 15:49:50 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: set "always on top" window property from a script]]></title>
			<link>http://forum.xfce.org/viewtopic.php?pid=15167#p15167</link>
			<description><![CDATA[<p>For example, if I want a running application not to be listed in the taskbar within the task list, I can use the following:</p><p>&gt; xeyes&amp; xprop -name xeyes -f _NET_WM_STATE 32a -set _NET_WM_STATE _NET_WM_STATE_SKIP_TASKBAR</p><p>And this works perfectly... the problem is, as I wrote in the previous post, I cannot set the &#039;_NET_WM_STATE_ABOVE&#039; property, that is, I can set it, but it has no effect on the window... <img src="http://forum.xfce.org/img/smilies/sad.png" width="15" height="15" alt="sad" /></p><p>Can anybody give me any hint on how to solve this?</p><p>Thanxxx</p><p>Federico.</p>]]></description>
			<author><![CDATA[dummy@example.com (flego)]]></author>
			<pubDate>Tue, 18 Dec 2007 15:49:50 +0000</pubDate>
			<guid>http://forum.xfce.org/viewtopic.php?pid=15167#p15167</guid>
		</item>
		<item>
			<title><![CDATA[set "always on top" window property from a script]]></title>
			<link>http://forum.xfce.org/viewtopic.php?pid=15154#p15154</link>
			<description><![CDATA[<p>Hi all!<br />I&#039;m not sure is the right place to ask this question, but I can&#039;t find any help elsewhere! <img src="http://forum.xfce.org/img/smilies/sad.png" width="15" height="15" alt="sad" /><br />I&#039;d like to open an image from a script and to make the window to stay always on top.</p><p>For this first I display the image:</p><p>&gt; display image.jpg</p><p>Then I find the window id</p><p>&gt; xwininfo -root -tree |grep image.jpg</p><p>If I set and unset the &#039;always on top&#039; property manually (using the mouse) the only difference I can observe among the window properties is:</p><p>_NET_WM_STATE(ATOM) = _NET_WM_STATE_ABOVE<br />_NET_WM_STATE(ATOM) = </p><p>But if try to set it by the command line as follows:</p><p>&gt; xprop -id 0x3000011 -f _NET_WM_STATE 32a -set _NET_WM_STATE _NET_WM_STATE_ABOVE</p><p>And then I query the window properties</p><p>&gt; xprop -id 0x3000011 |grep _NET_WM_STATE</p><p>I can actually observe the property was set </p><p>_NET_WM_STATE(ATOM) = _NET_WM_STATE_ABOVE</p><p>but the window doesn&#039;t stay &#039;always on top&#039;.</p><br /><p>Does anybody knows how to solve this?<br />Thank you so much!</p><p>Federico.</p>]]></description>
			<author><![CDATA[dummy@example.com (flego)]]></author>
			<pubDate>Sun, 16 Dec 2007 15:16:26 +0000</pubDate>
			<guid>http://forum.xfce.org/viewtopic.php?pid=15154#p15154</guid>
		</item>
	</channel>
</rss>
