Review of "HyperGnome" version 3

Details Page Preview

Hyprland-style tiling window management for GNOME. Automatic dwindle tiling, smooth animations, gaps, active window borders, and Hyprland keybindings.

Extension Homepage
https://github.com/Stasieniec/hypergnome

No comments.

Diff Against

Files

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

Shexli (experimental) warning 1

Shexli found 1 issue that may need reviewer attention.

EGO-L-002 warning

objects created by extension should be destroyed in disable()

Objects assigned in `enable()` are missing matching `.destroy()` calls in `disable()` or its helper methods.

Destroy all objects

  • extension.js:95
            this._tilingToggle = new PopupMenu.PopupSwitchMenuItem(
                'Tiling',
                this._settings.get_boolean('tiling-enabled'),
            )

All Versions

Version Status
3 Unreviewed
2 Rejected
1 Rejected