If you get a weird window when maximizing a terminator window when a program is launched with a keyboard shortcut(mocp,htop etc..) do this:
Edit the rc.xml file where you have set the command and change it from something like this:
terminator --command=mocp -m
to something like this
<code>terminator --command="sleep 2s && mocp" -m
The end result should look like this:
<keybind key="W-m">
<action name="Execute">
<startupnotify>
<enabled>true</enabled>
<name>mocp</name>
</startupnotify>
<command>terminator --command="sleep 2s && mocp" -m</command>
</action>
</keybind>
Do not forget to restart or reconfigure Openbox after saving your changes to rc.xml