Review of "Focus on Active Window" version 4

Details Page Preview

Highlights the active window with a border, and dims inactive windows using custom styling.

Extension Homepage
https://github.com/dayliver/focus-on-active-window

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)

Shexli has not produced a result yet.

All Versions

Version Status
5 Active
4 Rejected
3 Rejected
2 Rejected
1 Rejected

Previous Reviews on this Version

JustPerfection rejected
`gnome-extensions pack` needs `--extra-source` to include all files. So, basically, you need to do this: ```bash gnome-extensions pack --force --extra-source="borderManager.js" --extra-source="styleManager.js" ``` Also, a better way is to move those two files to a folder like `lib`. That way, you only need to include one extra source and in case you add more files to that folder, no additional `--extra-source` needed: ```bash gnome-extensions pack --force --extra-source="lib" ```
Hwaryong posted a review
I repackaged it again using the method you recommended, gnome-extensions pack --force --extra-source="lib". Since it’s my first time doing this, I’m pretty clumsy, but I’m getting a lot of help from you.
JustPerfection posted a review
Don't worry about it. You can always ask questions on the GNOME Extensions Matrix channel and get a fast reply in case you need any help: - [GNOME Extensions Matrix Channel](https://matrix.to/#/#extensions:gnome.org) - IRC Bridge: irc://irc.gimpnet.org/shell-extensions