Disable move windows when Alt+Click

Please post all general support questions for LXDE here.
Locked
AMDx64BT
Posts: 4
Joined: Sat Oct 17, 2009 10:47 am

Disable move windows when Alt+Click

Post by AMDx64BT »

I want to disable Alt move windows. Is it possible?
maces
Posts: 503
Joined: Sat Oct 25, 2008 6:04 pm
Contact:

Re: Disable move windows when Alt+Click

Post 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
AMDx64BT
Posts: 4
Joined: Sat Oct 17, 2009 10:47 am

Re: Disable move windows when Alt+Click

Post by AMDx64BT »

Works perfect. Thank you.
Locked