Review of "Lidsleep" version 2

Details Page Preview

Disable the auto suspend when lid is closed

Extension Homepage
https://github.com/pablotor/gnome-shell-extension-lidsleep

No comments.

Diff Against

Files

Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.

All Versions

Version Status
2 Active
1 Active

Previous Reviews on this Version

andyholmes active
Looks good, but you'll want to wrap your subclass in `GObject.registerClass()`, eg. `var Foo = GObject.registerClass(class Foo extends Bar {})`, or things might get funky.