credits: http://v1chak.blogspot.ru/2013/03/lubuntu-openbox-keybind-to-split-screen.html
В секцию <keyboard>
добавить:
<keybind key="W-Left">
<action name="UnmaximizeFull"/>
<action name="MoveResizeTo">
<x>0</x>
<y>0</y>
<width>50%</width>
<height>97%</height>
</action>
</keybind>
<keybind key="W-Right">
<action name="UnmaximizeFull"/>
<action name="MoveResizeTo">
<x>1/2</x>
<y>0</y>
<width>50%</width>
<height>97%</height>
</action>
</keybind>
<keybind key="W-Down">
<action name="Iconify"/>
</keybind>
<keybind key="W-Up">
<action name="Maximize"/>
</keybind>