6

I never want to maximize a window when dragging the window to the top of the screen, but it happens most of the time and is really annoying!

I just want to drag the window to the top of the screen. Is there any way to change this default behavior?

1 Answer 1

8

You can customize this with gsettings in Terminal:

gsettings set org.pantheon.desktop.gala.behavior edge-tiling false 

Use true to revert to default behavior.

Or use the graphical dconf Editor. You need to install it if you haven't done it already:

sudo apt-get install dconf-tools 

Once it is installed, open it and search for the entry:

org.pantheon.desktop.gala.behaviour edge-tiling 

There you'll see the default setting:

true 

you can switch this to:

false 

to have the desired behavior.

2
  • I was just about to ask this. Will it disable side-tiling too? Commented Aug 3, 2015 at 19:35
  • I am like a year late, but! This command will disable dragging to tile windows in any direction, including to the sides. You can still use keyboard shortcuts to tile, though. Commented Apr 9, 2016 at 3:23

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.