mirror of
https://github.com/swaywm/sway.git
synced 2026-04-26 06:46:26 -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
23664402b1
commit
6b642fca12
4 changed files with 151 additions and 0 deletions
|
|
@ -304,4 +304,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