Skip to content

Instantly share code, notes, and snippets.

@oviniciusfeitosa
Created August 19, 2016 17:59
Show Gist options
  • Save oviniciusfeitosa/4b298f65415549cfe4a747f2ca5e5173 to your computer and use it in GitHub Desktop.
Save oviniciusfeitosa/4b298f65415549cfe4a747f2ca5e5173 to your computer and use it in GitHub Desktop.
Disable gnome alt left button
First of all, install dconf-tools Install dconf-tools.
To do that, run the following command:
sudo apt-get install dconf-tools
Then open it, Alt+F2 → dconf-editor.
Scroll down to org → gnome → desktop → wm → preferences → mouse-button-modifier → Set it to whichever key you like.
Source : http://askubuntu.com/questions/118151/how-do-i-disable-window-move-with-alt-left-mouse-button-in-gnome-shell
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment