forked from vyivel/layercheck
No description
- C 86.5%
- Meson 13.5%
| examples | Add bottom-half example | |
| protocols | Use wl_shm :( | |
| .clang-format | Initial commit | |
| .gitignore | Initial commit | |
| LICENSE | Initial commit | |
| main.c | Add b-{width,height} | |
| meson.build | meson: drop include_dir | |
| README.md | README: fix heading level | |
layercheck
A program to quickly create a bunch of layer surfaces to check how a Wayland compositor arranges them.
Discuss in #eclairs on Libera.Chat.
Building
meson setup build/
ninja -C build/
Examples
There are some example scripts in the examples/ directory. The simplest way
to run them is to override LAYERCHECK environment variable with the path to
the binary, like so:
LAYERCHECK=build/layercheck examples/squares.sh
License
GPL-3.0-only
See LICENSE for more information.
Copyright © 2024 Kirill Primak