Disables unredirect fullscreen windows in gnome-shell to prevent artifacts when in fullscreen. This version makes sure the unredirect option is not re-enabled automatically by the shell.
Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.
You should remove the timeout in disable(): https://wiki.gnome.org/Projects/GnomeShell/Extensions/Review#Disconnect_all_signals
Sorry, did not know there was an external way to remove timeout (though only the called function could do it) :p
Yes! It is and you should do that with `GLib.source_remove(sourceId);`