Hide windows in overview
Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.
You shouldn't connect any signals in init(). Please check https://wiki.gnome.org/Projects/GnomeShell/Extensions/Review
It looks like you are now creating objects and connecting signals in `init()`. Please revert this change so objects and signal handlers are only created as a result of `enabled()` and then destroyed in `disable()`. See: https://wiki.gnome.org/Projects/GnomeShell/Extensions/Review