Disable move windows when Alt+Click
Disable move windows when Alt+Click
I want to disable Alt move windows. Is it possible?
Re: Disable move windows when Alt+Click
Hi
Hhave a look at your "~/config/openbox/lxde-rc.xml". Search for this part (in the middle): comment it and it is disabled, after that you have to restart openbox or type in:
in a a terminal.
maces
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>
Code: Select all
openbox --reconfigure
maces
Re: Disable move windows when Alt+Click
Works perfect. Thank you.