Page 1 of 1

Disable move windows when Alt+Click

Posted: Sat Oct 17, 2009 10:51 am
by AMDx64BT
I want to disable Alt move windows. Is it possible?

Re: Disable move windows when Alt+Click

Posted: Sun Oct 18, 2009 3:57 pm
by maces
Hi

Hhave a look at your "~/config/openbox/lxde-rc.xml". Search for this part (in the middle):

Code: Select all

      <mousebind button="A-Left" action="Drag">
        <action name="Move"/>
      </mousebind>
comment it and it is disabled, after that you have to restart openbox or type in:

Code: Select all

openbox --reconfigure 
in a a terminal.

maces

Re: Disable move windows when Alt+Click

Posted: Sun Oct 18, 2009 5:21 pm
by AMDx64BT
Works perfect. Thank you.