PDA

View Full Version : [other] window dragging in openbox



supersonicdarky
May 29th, 2008, 03:26 AM
You can drag windows in any place (not just the decoration) if you hold alt and drag with left mouse button. Is it possible to change alt to super (don't want to disable it)? It makes it impossible to use photoshop properly.

I looked in rc.xml but didn't find anything of interest.

jviscosi
May 29th, 2008, 03:56 PM
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>


If you change the button to "Windows-Left" (or whatever you have your super key mapped as) then that might do it.

urukrama
May 29th, 2008, 04:49 PM
To use the super (windows) key, change jviscosi's settings as follows:


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