Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/beenotung/screen-setup
Setup screens position from saved profiles
https://github.com/beenotung/screen-setup
cli screen setup web-ui x11 xorg xrandr
Last synced: 20 days ago
JSON representation
Setup screens position from saved profiles
- Host: GitHub
- URL: https://github.com/beenotung/screen-setup
- Owner: beenotung
- License: bsd-2-clause
- Created: 2023-06-16T13:52:46.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-12-28T02:10:10.000Z (about 1 year ago)
- Last Synced: 2024-10-16T10:01:11.989Z (3 months ago)
- Topics: cli, screen, setup, web-ui, x11, xorg, xrandr
- Language: TypeScript
- Homepage: https://www.npmjs.com/package/screen-setup
- Size: 76.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# screen-setup
Setup screens position from saved profiles
[![npm Package Version](https://img.shields.io/npm/v/screen-setup)](https://www.npmjs.com/package/screen-setup)
![screenshot](./screenshot.png)
## Installation
```bash
npm install screen-setup
```## Usage
```bash
npx screen-setup-server
```Sample output:
```
listening on http://localhost:8456
listening on http://127.0.0.1:8456 (lo)
listening on http://192.168.80.98:8456 (wlp3s0)
```## License
This project is licensed with [BSD-2-Clause](./LICENSE)
This is free, libre, and open-source software. It comes down to four essential freedoms [[ref]](https://seirdy.one/2021/01/27/whatsapp-and-the-domestication-of-users.html#fnref:2):
- The freedom to run the program as you wish, for any purpose
- The freedom to study how the program works, and change it so it does your computing as you wish
- The freedom to redistribute copies so you can help others
- The freedom to distribute copies of your modified versions to others