Lubuntu Disable [alt] + drag move window
Finally got it solved. I was looking in the Desktop settings of the rc config when the settings I needed were in the "Frame" tag(<context name="Frame">
). Commenting out all three <mousebind button="A-Left" action="Press/Click/Drag">
tags stopped the window from moving and allowed Alt+Left Mouse to be bound in Blender as usual.
I should also mention that I only edited the file ~/.config/openbox/lubuntu-rc.xml
and didn't modify anything in /etc/xdg/openbox/rc.xml
. After the modifications, I ran openbox --reconfigure
in the terminal and restarted just to be safe. This was done after a clean install and no additional settings were modified, also no additional settings managers were used.