Go to file
Mihai Fufezan ff38e27d86
add pkg-config file
2024-04-20 13:56:27 +03:00
.github/workflows CI: init 2024-04-20 13:41:53 +03:00
nix Nix: init 2024-04-20 13:40:18 +03:00
src handlers: avoid sending useless props 2024-04-20 03:47:26 +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 add pkg-config file 2024-04-20 13:56:27 +03:00
LICENSE Initial commit 2024-04-20 01:06:51 +01:00
README.md Initial commit 2024-04-20 01:06:51 +01:00
flake.lock Nix: init 2024-04-20 13:40:18 +03:00
flake.nix Nix: init 2024-04-20 13:40:18 +03:00
hyprwayland-scanner.pc.in add pkg-config file 2024-04-20 13:56:27 +03: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