Toggle between focus-follow-mouse and click-to-focus mode This extension is useful if you like to use focus-follow-mouse and you are forced to use apps that misbehave with that setting (several Windows ones under Wine, Global Protect VPN, etc.). If you do not know what "focus follow mouse" is or you don't use it, it's not for you.
Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.
Version | Status |
---|---|
18 | Active |
17 | Active |
16 | Active |
15 | Active |
14 | Active |
13 | Rejected |
12 | Active |
11 | Active |
10 | Active |
9 | Active |
8 | Rejected |
7 | Active |
6 | Rejected |
5 | Active |
4 | Active |
3 | Active |
2 | Active |
1 | Inactive |
1. Move everything from init to enable: https://gjs.guide/extensions/review-guidelines/review-guidelines.html#only-use-init-for-initialization 2. Do this in disable: ```js wm_prefs = null; icon_c = null; icon_f = null; text = null; button = null; ``` If you need any help with your extension you can ask us on: - [GNOME Matrix Channel](https://matrix.to/#/#extensions:gnome.org) - IRC Bridge: irc://irc.gimpnet.org/shell-extensions
Ok, will do, thanks a lot for the help.