1
0
Fork 0
mirror of https://github.com/alacritty/alacritty.git synced 2024-11-18 13:55:23 -05:00
Commit graph

5 commits

Author SHA1 Message Date
Christian Duerr
199de84a19 Alacritty version 0.11.0-rc3 2022-10-09 23:35:52 +00:00
Christian Duerr
f4ce3ffd20 Alacritty version 0.11.0-rc2 2022-09-17 14:31:31 +00:00
Christian Duerr
9692a4f72a Add licenses to alacritty_config 2022-09-17 14:31:31 +00:00
Christian Duerr
7cd180dae3
Alacritty version 0.11.0-rc1 2022-09-03 17:42:56 +00:00
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