Review of "Dual Monitor Toggle" version 1

Details Page Preview

Easily enable or disable your secondary monitor with a single click. This extension adds a toggle button to the system menu, allowing you to quickly switch your second screen on or off without needing to navigate through settings. It automatically detects your connected monitors and their configurations, making it simple to manage your multi-monitor setup.

Extension Homepage
https://github.com/poka-IT/gnome-dual-monitor-toggle

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
7 Active
6 Rejected
5 Active
4 Active
3 Rejected
2 Rejected
1 Rejected

Previous Reviews on this Version

JustPerfection rejected
1. Use `console.*` instead of `log()`: [Port Guide 45: Logging](https://gjs.guide/extensions/upgrading/gnome-shell-45.html#logging) 2. Timeout should be removed on destroy (line 25, 109 `extension.js`): [EGO Review Guidelines: Timeout](https://gjs.guide/extensions/review-guidelines/review-guidelines.html#remove-main-loop-sources) 3. While the output is fast, it can freeze GNOME Shell a little bit. I recommend to use async for spawn commands (line 35 and 80 `extension.js`): [GJS Subprocesses Guide](https://gjs.guide/guides/gio/subprocesses.html#complete-examples) 4. Please use a less generic name for the default class you are exporting. If you need any help with your extension you can ask us on: - [GNOME Extensions Matrix Channel](https://matrix.to/#/#extensions:gnome.org) - IRC Bridge: irc://irc.gimpnet.org/shell-extensions