Created attachment 5503 Auto-maximize windows which size is equal to the available size Current behaviour: Window which start with a size equal to the available size are not auto-maximized. This behaviour cause some small problem: thez have not maximized flag so clicking on maximize/unmaximize will simply add theses flags without changing their size. An expected behaviour: they should be auto-maximized. This is not a very big problem but fix is also very simple and logical.. A little change on the auto-maximize function. I've tested it with success.
Sounds reasonable to me
Pushed the patch to master.
(In reply to Simon Steinbeiss from comment #2) > Pushed the patch to master. thanks!