-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
New approach based on Monitor() class to access all properties and fu…
…nctionalities. macOS is still experimental and not tested on multi-monitor setups.
- Loading branch information
Showing
6 changed files
with
152 additions
and
91 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,15 @@ | ||
General: | ||
- Include more functions to control monitors | ||
- Resolution | ||
- Scale | ||
- Orientation | ||
- Position | ||
- others (?) | ||
LINUX | ||
- setPosition must be invoked twice??? | ||
- Find a proper way to detach/attach monitors | ||
- Find alternative to suspend monitor | ||
- Is there a way to properly calculate WORKAREA??? (https://askubuntu.com/questions/1124149/how-to-get-taskbar-size-and-position-with-python) | ||
|
||
WINDOWS | ||
- Find a solution for changing scale | ||
|
||
MACOS | ||
- Contact display-manager-lib team to check alternatives or find another solution (for setOrientation, brightness) | ||
- Test everything in an actual macOS installation with a multi-monitor setup | ||
- Check returned coordinates | ||
- Find a way to turn monitor OFF/ON/SUSPEND/WAKEUP/DETACH/ATTACH | ||
- Investigate all other methods (contrast, scale, isOn) |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.