https://github.com/cutie-shell/cutie-wlc
The Wayland compositor for Cutie
https://github.com/cutie-shell/cutie-wlc
Last synced: 2 months ago
JSON representation
The Wayland compositor for Cutie
- Host: GitHub
- URL: https://github.com/cutie-shell/cutie-wlc
- Owner: cutie-shell
- License: gpl-3.0
- Created: 2023-08-06T21:31:05.000Z (almost 3 years ago)
- Default Branch: cutie
- Last Pushed: 2025-11-16T09:17:01.000Z (7 months ago)
- Last Synced: 2025-11-16T11:19:39.092Z (7 months ago)
- Language: C++
- Homepage:
- Size: 9.24 MB
- Stars: 3
- Watchers: 1
- Forks: 2
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# cutie-wlc
[](https://dl.circleci.com/status-badge/redirect/gh/cutie-shell/cutie-wlc/tree/cutie)
A Wayland compositor for Cutie based on QtWaylandCompositor.
## Building and installing
```bash
mkdir build
cd build
cmake ..
make
sudo make install
```