|
NAME
DESCRIPTION
It sends a SIGTERM signal(3) to the running compositor PID which is obtained by looking at the environment variables. ENVIRONMENT
EXIT STATUS
EXAMPLESTo kill the current compositor instance, run inside the compositor environment: $ wayland-logoutA typical use case, to kill a specific compositor instance of another user (with uid=1002), run as the other user (or as root): $ env -i
XDG_RUNTIME_DIR=/run/user/1002 WAYLAND_DISPLAY=wayland-4
wayland-logout$
WAYLAND_DISPLAY=/run/user/1002/wayland-4 wayland-logout
|