- bookworm 0.11.0-4
- testing 0.13.2-2+b4
- unstable 0.13.2-4
- experimental 0.13.2-3
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
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-01-05 |