Go to file
Vaxry 5dc55d5230 Initial commit 2024-04-20 01:06:51 +01:00
src Initial commit 2024-04-20 01:06:51 +01:00
.clang-format Initial commit 2024-04-20 01:06:51 +01:00
.gitignore Initial commit 2024-04-20 01:06:51 +01:00
CMakeLists.txt Initial commit 2024-04-20 01:06:51 +01:00
LICENSE Initial commit 2024-04-20 01:06:51 +01:00
README.md Initial commit 2024-04-20 01:06:51 +01:00

README.md

hyprwayland-scanner

A Hyprland implementation of wayland-scanner, in and for C++.

Usage

hyprwayland-scanner '/path/to/proto' '/path/to/output/directory'

Building

cmake -B build
cmake --build build -j`nproc`

Installation

sudo cmake --install build