Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/doczi-dominik/quickrotate
System Tray tool for Windows to quickly rotate your displays
https://github.com/doczi-dominik/quickrotate
csharp display dotnet dotnet-core monitor rotate system-tray tray-application winforms winforms-application
Last synced: 21 days ago
JSON representation
System Tray tool for Windows to quickly rotate your displays
- Host: GitHub
- URL: https://github.com/doczi-dominik/quickrotate
- Owner: doczi-dominik
- License: gpl-3.0
- Created: 2022-06-30T10:05:31.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-09-02T17:23:55.000Z (over 2 years ago)
- Last Synced: 2023-09-01T07:01:53.381Z (over 1 year ago)
- Topics: csharp, display, dotnet, dotnet-core, monitor, rotate, system-tray, tray-application, winforms, winforms-application
- Language: C#
- Homepage:
- Size: 63.5 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# QuickRotate
![Screenshot](Capture.PNG)
### Rotate displays quickly and easily from your system tray!
## Installation
1. Grab the latest release from the [Releases page](https://github.com/doczi-dominik/QuickRotate/releases)
2. Unzip the archive
3. Run `QuickRotate.exe`
4. *(optional) Add QuickRotate to the list of startup applications*
1. Create a shortcut to `QuickRotate.exe` *(e.g.: by Right-click > Create shortcut)*
2. Press `Win + R` to open up the Run prompt and type in `shell:startup`
3. Drop the shortcut in the Startup directory## Usage
- Right-click on the tray icon to bring up the menu
- Select the displays you want to change
- Click on the orientation you want to set## Building
QuickRotate only depends on the .NET 6.0 SDK. You should be able to open it with Visual Studio without any issues.## Credits
Huge thanks to Yosh from [StackOverflow](https://stackoverflow.com/questions/39288135/rotating-the-display-programmatically) for most of the native display management code.