Module ipc

Source
Expand description

Alacritty socket IPC.

Constantsยง

ALACRITTY_SOCKET_ENV ๐Ÿ”’
Environment variable name for the IPC socket path.

Functionsยง

find_socket ๐Ÿ”’
Find the IPC socket path.
send_message
Send a message to the active Alacritty socket.
socket_dir ๐Ÿ”’
Directory for the IPC socket file.
socket_prefix ๐Ÿ”’
File prefix matching all available sockets.
spawn_ipc_socket
Create an IPC socket.