SimpleMonitorControlTray is a small Python program that allows you to easily enable and disable a specified monitor using MultiMonitorTool.exe. Simply click the icon in the system tray to toggle the monitor state.
- Toggle the state of a specified monitor with a single click.
- Save monitor layout that will be restored when enabling a monitor (to keep orientation, positioning, etc.)
- MultiMonitorTool
- Windows OS
- Download the latest release and unzip
- Download MultiMonitorTool and unzip
- Open up config.ini found inside SimpleMonitorControlTray and edit the path to your MultiMonitorTool.exe
- Run multimonitortool.exe /scomma monitorlist
- Check the generated csv file for the correct monitor and copy its "Monitor Name" value
- Add the name to the config.ini file
- That's it! You're ready to use SimpleMonitorControlTray.
- Double-click
SimpleMonitorControlTray.exeto start. - The program will run in the system tray.
- Left-click to switch on/off your selected monitor (icon turns blue/red).
- More options can be found by right clicking.
- "Startup with Windows" places a regkey inside
Computer\HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run, it can be removed by clicking it again. - A default layout will be saved on first startup, you can overwrite it by right-clicking and selecting "Save current monitor layout".
- If you encounter any issues or have suggestions for improvements, feel free to open an issue or submit a pull request.
This project is released under the GNU General Public License (GPL) version 3.0. See the LICENSE file for details.
GNU General Public License (GPL) version 3.0


