No description
client.cpp | ||
flake.lock | ||
flake.nix | ||
README.md | ||
server.cpp |
Tutorial
Compiling
Server
cc -o server server.c -lwayland-server
Client
cc -o client client.c -lwayland-client
Run
Server
./server &
Client
WAYLAND_DISPLAY=wayland-1 ./client