Review of "Switch Focus Type" version 1

Details Page Preview

Toggle between focus-follow-mouse and click-to-focus mode

Extension Homepage
https://github.com/Rmano/gse-switch-focus-mode

No comments.

FAQ

Files

Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.

All Versions

Version Status
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

Previous Reviews on this Version

fmuellner active
Sure. Note that the 'focus-mode' setting is actually an enum, so if you import const GDesktopEnums = imports.gi.GDesktopEnums; you can use settings.set_enum('focus-mode', GDesktopEnums.SLOPPY) (not that there's anything wrong with using the string aliases)