Prevent GNOME from expanding windows

You can turn off edge tiling using:

gsettings set org.gnome.shell.overrides edge-tiling false

If the other solutions do not work for you, try:

dconf write /org/gnome/mutter/edge-tiling false

I tried several commands, but this was the only command that worked for me on Ubuntu 17.10

Here is the resource that led me to this solution if you are curious:

http://strugglers.net/~andy/blog/2017/12/14/disabling-edge-tiling-on-gnome-3-26/


I stopped inflicting Gnome on myself a long time ago, so I haven't tried it myself, but I did find this, whose relevant parts are:

  • You need dconf-editor. Install it per your distribution's recommendations. I'm running Fedora 17 at the moment and this is the command line incantation I used: sudo yum install dconf-editor.
  • Launch dconf-editor. On the left you will see a simple menu with five entries. Click on the plus sign to the left of org. New menu entires will drop down beneath it. Click on the plus sign to the left of gnome. Scroll down, then click on the plus sign to the left of mutter.
  • Click on mutter next to the plus sign to highlight it. Several entries will appear in the large window to the right. If the edge-tiling entry is checked, click it to uncheck it. If it is already unchecked, leave it unchecked.
  • Scroll down the left panel and click on the plus sign to the left of shell.
  • Go to the overrides entry below shell and click on it.
  • Again, you are looking for the edge-tiling entry in the right window. Make sure it is not checked.
  • Close dconf-editor.

Note: This turns off all edge-tiling. The Gnome Shell effect that snaps a window to the left or right side of the screen and opens it to one-half screenwidth will not work after disabling edge-tiling. If you decide to get it back, return to dconf-editor and re-enable it.

Tags:

Gnome