Limits the windows shown on the switcher to those of the current monitor
Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.
Version | Status |
---|---|
13 | Rejected |
12 | Active |
11 | Rejected |
10 | Active |
9 | Active |
8 | Active |
7 | Active |
6 | Active |
5 | Active |
4 | Rejected |
3 | Active |
2 | Active |
1 | Active |
1. What's the reason for registering gobjects in `init`? Why don't you do that in global scope? 2. Maybe use `originals` instead of `injections` to improve readability.
Thanks for the review. I've renamed `injections` to `orginals` as you suggests, and I've moved the gobjects registrations outside the init() function, it was a remnant from previous versions when there were different registrations based on the gnome version.