mirror of
https://github.com/swaywm/sway.git
synced 2026-04-22 06:46:27 -04:00
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:
parent
b7f62c9d7a
commit
27c67cc2b3
4 changed files with 151 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue