<table cellspacing="0" cellpadding="0" border="0" ><tr><td valign="top" style="font: inherit;"><br><br>--- On <b>Mon, 12/13/10, y z <i><zycjpu@gmail.com></i></b> wrote:<br><blockquote style="border-left: 2px solid rgb(16, 16, 255); margin-left: 5px; padding-left: 5px;"><br>From: y z <zycjpu@gmail.com><br>Subject: [openbox] command contains $ and &<br>To: openbox@icculus.org<br>Date: Monday, December 13, 2010, 10:10 PM<br><br><div id="yiv538189149">1.command contains $<br><action
name="Execute"><br>
<command>kill $(pidof tint2)</command><br>
</action><br>
do not work<br>
<br>
<action name="Execute"><br>
<command>kill 6040</command><br>
</action><br>works, pidof tint2 is 6040<br><br></div></blockquote>Simply write a script that does the lookup and kill and call the script from your action.<br><br>HTH,<br>__<br>Knute<br></td></tr></table><br>