How to drag windows on Openbox without title bar

mouseopenboxwindow-management

I removed the title bar from Openbox by modifying the /openbox/rc.xml. I know that I can use keybindings to minimize, maximize, close, etc. But, how can I drag the windows with the mouse like I did before?

Best Answer

According to this Ubuntu forums post, add the following to your rc.xml file:

Re: window dragging in openbox

I think you would want to change (or add) a mousebind entry to the Mouse section of rc.xml with a different binding. Mine currently says this:

<mousebind button="A-Left" action="Drag">
<action name="Move"/>
</mousebind>

Then you can move windows by dragging them while pressing Alt. To use the Super-drag instead use button="W-Left"

Related Question