Change the opacity of windows by compiz-style shortcut Alt+scroll. You can customize hotkey in Preference page if Alt key doesn't work.
Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.
Version | Status |
---|---|
13 | Active |
12 | Active |
11 | Active |
10 | Active |
9 | Rejected |
8 | Rejected |
7 | Active |
6 | Rejected |
5 | Rejected |
4 | Active |
3 | Active |
2 | Active |
1 | Active |
Rejected because you didn't remove the timeout on disable. To do that: 1. Store `GLib.timeout_add` output in a variable. For example `let id = GLib.timeout_add(GLib.PRIORITY_DEFAULT, 1000, () => { ... });`. 2. Use `GLib.source_remove(id);` on disable.
sure, let me update it. it it possible to reuse this review page?
What do you mean by reuse? btw, you can join us on GNOME Matrix channel if you want to ask questions related to the extensions: https://matrix.to/#/#extensions:gnome.org