No autoresize in gnome: Difference between revisions
Jump to navigation
Jump to search
Linuxwiki>Wikiadmin No edit summary |
Linuxwiki>Wikiadmin No edit summary |
||
| Line 8: | Line 8: | ||
You can turn off edge tiling using: | You can turn off edge tiling using: | ||
'''gsettings set org.gnome.shell.overrides edge-tiling false''' | '''gsettings set org.gnome.shell.overrides edge-tiling false''' | ||
In Gnome3 on Redhat/Centos 7: | |||
'''gsettings set org.gnome.shell.extensions.classic-overrides edge-tiling false''' | |||
Revision as of 13:06, 23 April 2019
Tips på att bli kvitt gnomes idiotiska autoresize när man t ex flyttar ett fönster högst upp på skärmen.
Från http://superuser.com/questions/599561/prevent-gnome-from-expanding-windows
When I click on a GNOME window's title bar and drag it to the top of the screen and let go, GNOME expands the window to be full-screen. I don't like this---I just want the window at the top of my screen. Is there any way to stop this annoying behavior? You can turn off edge tiling using: gsettings set org.gnome.shell.overrides edge-tiling false
In Gnome3 on Redhat/Centos 7: gsettings set org.gnome.shell.extensions.classic-overrides edge-tiling false
Eller detta för Mint 18.1:
Från https://forums.linuxmint.com/viewtopic.php?t=237378
Turn it off by "Menu", "Control Center", "Look and Feel" - "Windows", "Placement" tab, uncheck "Enable side by side tiling".