Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dannnylo/displays
CLI for Manager of displays on notebook
https://github.com/dannnylo/displays
Last synced: 5 days ago
JSON representation
CLI for Manager of displays on notebook
- Host: GitHub
- URL: https://github.com/dannnylo/displays
- Owner: dannnylo
- Created: 2020-02-25T17:16:14.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-06-21T02:35:24.000Z (over 4 years ago)
- Last Synced: 2024-08-02T22:25:06.390Z (3 months ago)
- Language: Shell
- Size: 3.91 KB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CLI displays manager
## How to use
- `displays notebook`: Enables only notebook displays
- `displays hdmi`: Enables only hdmi displays
- `displays both`: Enables notebook and hdmi displayss
- `displays mirror`: Enables notebook and hdmi displayss and mirrors them.## How to install
```sh
curl -L https://raw.githubusercontent.com/dannnylo/displays/master/displays -o /usr/local/bin/displays
chmod +x /usr/local/bin/displays
```If you need sudo:
```sh
sudo curl -L https://raw.githubusercontent.com/dannnylo/displays/master/displays -o /usr/local/bin/displays
sudo chown $USER /usr/local/bin/displays
chmod +x /usr/local/bin/displays
```