Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/newmarcel/Displace
Quickly change display resolutions from the macOS menu bar
https://github.com/newmarcel/Displace
desktop mac screen
Last synced: 26 days ago
JSON representation
Quickly change display resolutions from the macOS menu bar
- Host: GitHub
- URL: https://github.com/newmarcel/Displace
- Owner: newmarcel
- License: mit
- Created: 2020-12-31T14:20:56.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-10-12T07:32:12.000Z (2 months ago)
- Last Synced: 2024-11-15T04:31:07.131Z (27 days ago)
- Topics: desktop, mac, screen
- Language: Objective-C
- Homepage:
- Size: 2.72 MB
- Stars: 14
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- Mac-Menubar-Megalist - Displace
README
# Displace
Quickly change display resolutions from the menu bar on macOS 12.0 or newer.This project is work-in-progress!
## Goals
With this app I primarily want to try out some specific approaches:
- A menu bar app with a separate settings app
- An app group for sharing user defaults
- Global shortcuts that can be set in the preferences and applied in the menu bar app## Documents
- [Quartz Display Services Programming Topics](https://developer.apple.com/library/archive/documentation/GraphicsImaging/Conceptual/QuartzDisplayServicesConceptual/Articles/DisplayModes.html)
- [github.com/Kentzo/ShortcutRecorder](https://github.com/Kentzo/ShortcutRecorder)## License
Everything in this project is licensed under the [MIT license](http://opensource.org/licenses/MIT).