Sie suchen nach der MoveResizeTo
Aktion:
<keybind key="W-2"> <action name="MoveResizeTo"> <!-- move the window to the second monitor --> <monitor>2</monitor> </action> </keybind>
Sie können auch liefern <x>
und <y>
das Fenster auf absolute Position auf Optionen bewegt zu überwachen:
<keybind key="W-c"> <action name="MoveResizeTo"> <!-- center the window on the first monitor --> <x>center</x> <y>center</y> <monitor>1</monitor> </action> </keybind>
Quelle: OpenBox-Aktionsdokumentation