https://github.com/dannnylo/displays
CLI for Manager of displays on notebook
https://github.com/dannnylo/displays
Last synced: 11 months 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 6 years ago)
- Default Branch: master
- Last Pushed: 2020-06-21T02:35:24.000Z (almost 6 years ago)
- Last Synced: 2025-04-13T19:37:09.494Z (about 1 year 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
```