[openbox] Executing two action commands

Dana Jansens danakj at orodu.net
Sun Aug 17 22:35:47 EDT 2008


2008/8/17 Bartosz Oudekerk <bartosz-openbox at unreachablehost.net>:
> Mikael Magnusson wrote on 17/08/2008 15:04 +0200:
>> On Sun, 17 Aug 2008, Sy Ali wrote:
>>
>> >I'm trying to do an openbox-compatible version of this:
>> >
>> ><keybind key="A-F5">
>> > <action name="Execute">
>> >   <command>openbox --reconfigure && xrefresh</command>
>> > </action>
>> ></keybind>
>>
>> <keybind key="A-F5">
>>   <action name="Execute">
>>     <command>openbox --reconfigure</command>
>>   </action>
>>   <action name="Execute">
>>     <command>xrefresh</command>
>>   </action
>> </keybind>
>
> Note that the above does not execute the equivalent of
> 'openbox --reconfigure && xrefresh', but
> 'openbox --reconfigure ; xrefresh', although I don't think it really
> matters in this particular case.

I believe it would be more like "openbox --reconfigure & xrefresh" :P

which might matter.



More information about the openbox mailing list