1
0
Fork
You've already forked layercheck
1
No description
  • C 86.5%
  • Meson 13.5%
2024年12月02日 11:52:19 +03:00
examples Add bottom-half example 2024年12月02日 11:52:19 +03:00
protocols Use wl_shm :( 2024年08月09日 11:40:20 +03:00
.clang-format Initial commit 2024年06月15日 18:25:32 +03:00
.gitignore Initial commit 2024年06月15日 18:25:32 +03:00
LICENSE Initial commit 2024年06月15日 18:25:32 +03:00
main.c Add b-{width,height} 2024年12月02日 11:48:25 +03:00
meson.build meson: drop include_dir 2024年06月17日 19:00:51 +03:00
README.md README: fix heading level 2024年08月09日 11:28:37 +03:00

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