alacritty/extra
Christian Duerr 4ddb608563
Add IPC config subcommand
This patch adds a new mechanism for changing configuration options
without editing the configuration file, by sending options to running
instances through `alacritty msg`.

Each window will load Alacritty's configuration file by default and then
accept IPC messages for config updates using the `alacritty msg config`
subcommand. By default all windows will be updated, individual windows
can be addressed using `alacritty msg config --window-id
"$ALACRITTY_WINDOW_ID"`.

Each option will replace the config's current value and cannot be reset
until Alacritty is restarted or the option is overwritten with a new
value.

Configuration options are passed in the format `field.subfield=value`,
where `value` is interpreted as yaml.

Closes #472.
2022-09-01 01:48:38 +03:00
..
completions Add IPC config subcommand 2022-09-01 01:48:38 +03:00
linux Use org.alacritty instead of io.alacritty 2022-07-10 23:55:57 +03:00
logo Fix embedded _NET_WM_ICON on X11 2020-12-20 07:57:03 +00:00
osx/Alacritty.app/Contents Use org.alacritty instead of io.alacritty 2022-07-10 23:55:57 +03:00
alacritty-msg.man Add IPC config subcommand 2022-09-01 01:48:38 +03:00
alacritty.info Remove blink capability from terminfo 2021-06-26 13:10:20 +00:00
alacritty.man Rework `--class` CLI option 2022-08-25 05:51:19 +00:00
alacritty.yml Include extra directory in crate 2022-08-24 09:19:30 +00:00