I&#39;ve tried to make a mousebinding that will effectively do a ToggleShowDesktop but leave the one I click open. Is this possible? I&#39;ve tried the following but it didn&#39;t work:<div><br></div><div>&lt;mousebind button=&quot;W-Left&quot; action=&quot;Click&quot;&gt;</div>
<div>  &lt;action name = &quot;ToggleShowDesktop&quot;/&gt;</div><div>  &lt;action name = &quot;Raise&quot;/&gt;</div><div>&lt;/mousebind&gt;</div><div><br></div><div>But once I do the TSD, I guess it doesn&#39;t know what to raise since focus is lost.</div>
<div><br></div><div>Any ideas how it might be achieved?</div><div><br></div><div>Is there a way to get it to apply iconify to a list of windows (ie. all non-focused ones)?</div><div><br></div><div>RQ</div><div><br></div>