Go to file
Mihai Fufezan b6a9bb8ef0
CI: init
2024-04-20 13:41:53 +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 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
flake.lock Nix: init 2024-04-20 13:40:18 +03:00
flake.nix Nix: init 2024-04-20 13:40:18 +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