Add some QoL changes to the App Switcher (Alt/Super+Tab)... - use `WASD`, `hjkl` or the arrow keys for navigation - `Q` only closes the selected window instead of the entire app - only raise the first window instead of every instance - optionally: only show windows from the current workspace - optionally: only show windows from the current monitor - optionally: remove the App Switcher's delayed appearance
Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.
EGO-L-004 warning
main loop sources should be removed in disable()
Main loop sources assigned in `enable()` are missing matching removals in `disable()` or its helper methods.
extension.js:492
this._initialDelayTimeoutId = GLib.timeout_add(
GLib.PRIORITY_DEFAULT,
settings.get_boolean('remove-delay') ? 0 : 150,
() => {
this._showImmediately();
| Version | Status |
|---|---|
| 23 | Active |
| 22 | Active |
| 21 | Active |
| 20 | Inactive |
| 19 | Inactive |
| 18 | Active |
| 17 | Rejected |
| 16 | Rejected |
| 15 | Rejected |
| 14 | Active |
| 13 | Rejected |
| 12 | Active |
| 11 | Inactive |
| 10 | Inactive |
| 9 | Inactive |
| 8 | Inactive |
| 7 | Active |
| 6 | Active |
| 5 | Inactive |
| 4 | Inactive |
| 3 | Inactive |
| 2 | Inactive |
| 1 | Inactive |