11

On any 18.10 application when I have an open window which is very wide and I then open a new window of same application the new window will auto maximize its size. How can I disable this auto-maximize on new window creation? If it's possible, I wish to disable any type of auto-maximize window behavior

I tried following suggested solution from 18.04 which fails to work on 18.10 :

Open Terminal and run

gsettings set org.gnome.mutter edge-tiling false

You may also have to run

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

(18.04) How to disable the window resizing when accidentally touching one of the screen edges?

Zanna
  • 70,465
  • 1
    The question you linked looks somewhat different. It asks for a way to disable maximising windows when you drag a window to the top and so on. – pomsky Nov 01 '18 at 05:33

1 Answers1

10

Use the below command to set auto-maximize to false

gsettings set org.gnome.mutter auto-maximize false

enter image description here

PRATAP
  • 22,460
  • 5
    this no longer works on Ubuntu 20.04 – Scott Stensland Jan 30 '20 at 19:33
  • 1
    and does not work on 18.04 as well. Also edge tiling option does not appear in Tweaks. How can we solve this? The auto sizing drives me nuts. – Noel Feb 15 '20 at 17:21
  • It worked for me on 18.04. – fridaymeetssunday Nov 11 '20 at 08:15
  • I have written up an answer for getting the above commands to work in 18.04 and 20.04. It is too long to put in a comment. This question is no longer accepting answers. Here is the link to that answer: [link] (https://askubuntu.com/questions/154377/how-do-i-disable-auto-maximizing-of-newly-launched-windows-in-gnome/1384973#1384973) – Rob Jan 03 '22 at 09:58
  • @Noel - I have written up a possible answer that might help you. It has additional information. The commands given above and in my answer are the same. These commands have to be run in the terminal. Here is the link to that answer: [link] (https://askubuntu.com/questions/154377/how-do-i-disable-auto-maximizing-of-newly-launched-windows-in-gnome/1384973#1384973) – Rob Jan 03 '22 at 10:14