ALACRITTY-MSG(1) | General Commands Manual | ALACRITTY-MSG(1) |
NAME
alacritty-msg - Send messages to Alacritty.
SYNOPSIS
This command communicates with running Alacritty instances through a socket, making it possible to control Alacritty without directly accessing it.
OPTIONS
-s, --socket <SOCKET>
MESSAGES
create-window
FLAGS
OPTIONS
-T, --title <TITLE>
Default: Alacritty
--class <GENERAL> | <GENERAL>,<INSTANCE>
Default: Alacritty,Alacritty
-o, --option <OPTION>...
Example: alacritty msg create-window -o 'cursor.style="Beam"'
-e, --command <COMMAND>...
config
ARGS
Example: alacritty msg config 'cursor.style="Beam"'
FLAGS
OPTIONS
Use -1 to apply this change to all windows.
Default: $ALACRITTY_WINDOW_ID
get-config
OPTIONS
Use -1 to get the global config.
Default: $ALACRITTY_WINDOW_ID
SEE ALSO
BUGS
Found a bug? Please report it at https://github.com/alacritty/alacritty/issues.
MAINTAINERS
- Christian Duerr <contact@christianduerr.com>
- Kirill Chibisov <contact@kchibisov.com>
2025-10-20 |