Add sandbox_socket command

This command can be used to create a new listening socket (suitable for use in
WAYLAND_DISPLAY) whose clients will all have a specific label.

Co-authored-by: Mykola Orliuk <virkony@gmail.com>
This commit is contained in:
Daniel De Graaf 2020-09-12 23:48:06 -04:00
parent b7f62c9d7a
commit 27c67cc2b3
4 changed files with 151 additions and 0 deletions

View file

@ -307,4 +307,6 @@ sway_cmd cmd_ipc_cmd;
sway_cmd cmd_ipc_events;
sway_cmd cmd_ipc_event_cmd;
sway_cmd cmd_sandbox_socket;
#endif