Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```