No description
Find a file
2024-06-05 21:07:23 +02:00
client.cpp first commit 2024-06-05 21:07:23 +02:00
flake.lock first commit 2024-06-05 21:07:23 +02:00
flake.nix first commit 2024-06-05 21:07:23 +02:00
README.md first commit 2024-06-05 21:07:23 +02:00
server.cpp first commit 2024-06-05 21:07:23 +02:00

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