https://github.com/maskedsyntax/horizon
A modern multi-monitor management tool, replacing arandr, built with Qt.
https://github.com/maskedsyntax/horizon
Last synced: 5 months ago
JSON representation
A modern multi-monitor management tool, replacing arandr, built with Qt.
- Host: GitHub
- URL: https://github.com/maskedsyntax/horizon
- Owner: maskedsyntax
- License: mit
- Created: 2024-11-21T06:40:18.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2026-01-16T18:15:46.000Z (5 months ago)
- Last Synced: 2026-01-17T06:06:21.347Z (5 months ago)
- Language: C++
- Homepage:
- Size: 277 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Horizon
A modern multi-monitor management tool, replacing arandr, built with Qt and C++.
## Installation (Ubuntu/Debian)
You can install Horizon directly from our APT repository:
```bash
# 1. Add the repository
echo "deb [trusted=yes] https://maskedsyntax.github.io/horizon ./" | sudo tee /etc/apt/sources.list.d/horizon.list
# 2. Update and install
sudo apt update
sudo apt install horizon
```
## Building from Source
### Dependencies
* Qt 6
* CMake
* Ninja (optional)
* C++17 compiler
### Build
```bash
cmake -B build -S .
cmake --build build
```