diff options
| author | Kirill Chibisov <contact@kchibisov.com> | 2025-05-30 22:40:19 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-05-30 22:40:19 +0900 |
| commit | 4ad5ba3630ee278c293ce64c777c658cb78a6808 (patch) | |
| tree | f14051e60e071a159aec11ae2adf196a83431e41 | |
| parent | a63c770befd3aa8be916ef9cfadd7e541f5377f0 (diff) | |
| download | r-alacritty-4ad5ba3630ee278c293ce64c777c658cb78a6808.tar.gz r-alacritty-4ad5ba3630ee278c293ce64c777c658cb78a6808.tar.bz2 r-alacritty-4ad5ba3630ee278c293ce64c777c658cb78a6808.zip | |
Update alacritty-msg(1) for msg get-config entry
Follow up to a63c770be.
| -rw-r--r-- | extra/man/alacritty-msg.1.scd | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/extra/man/alacritty-msg.1.scd b/extra/man/alacritty-msg.1.scd index 7a14dd1d..5a054040 100644 --- a/extra/man/alacritty-msg.1.scd +++ b/extra/man/alacritty-msg.1.scd @@ -78,6 +78,19 @@ making it possible to control Alacritty without directly accessing it. Default: _$ALACRITTY_WINDOW_ID_ +*get-config* + + Read runtime Alacritty configuration. + + *OPTIONS* + *-w, --window-id* _<WINDOW_ID>_ + + Window ID for the config request. + + Use _-1_ to get the global config. + + Default: _$ALACRITTY_WINDOW_ID_ + # SEE ALSO *alacritty*(1), *alacritty*(5), *alacritty-bindings*(5) |