diff options
author | Christian Duerr <contact@christianduerr.com> | 2020-08-22 20:55:27 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-22 20:55:27 +0000 |
commit | 6cfcd7c25930d0478bc35731543e37a2e0c8f13f (patch) | |
tree | c4ded7fbb33774d915d6a25048d8a523cfd57c34 /extra/alacritty.man | |
parent | 92a3d482d076eebbd12681444ae8f4dfdf08da69 (diff) | |
download | alacritty-6cfcd7c25930d0478bc35731543e37a2e0c8f13f.tar.gz alacritty-6cfcd7c25930d0478bc35731543e37a2e0c8f13f.zip |
Add CLI parameter to override config options
This uses the facilities added in
3c3e6870dedad56b270f5b65ea57d5a6e46b1de6 to allow overriding individual
configuration file options dynamically from the CLI using the
--options/-o parameter.
Fixes #1258.
Diffstat (limited to 'extra/alacritty.man')
-rw-r--r-- | extra/alacritty.man | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/extra/alacritty.man b/extra/alacritty.man index 392f8c3b..8d89d2c5 100644 --- a/extra/alacritty.man +++ b/extra/alacritty.man @@ -64,15 +64,18 @@ On Windows, the configuration file is located at %APPDATA%\\alacritty\\alacritty \fB\-d\fR, \fB\-\-dimensions\fR <columns> <lines> Defines the window dimensions. Falls back to size specified by window manager if set to 0x0 [default: 0x0] .TP +\fB\-\-embed\fR <parent> +Defines the X11 window ID (as a decimal integer) to embed Alacritty within +.TP +\fB\-o\fR, \fB\-\-option\fR <option>... +Override configuration file options [example: window.title=Alacritty] +.TP \fB\-\-position\fR <x-pos> <y-pos> Defines the window position. Falls back to position specified by window manager if unset [default: unset] .TP \fB\-t\fR, \fB\-\-title\fR <title> Defines the window title [default: Alacritty] .TP -\fB\-\-embed\fR <parent> -Defines the X11 window ID (as a decimal integer) to embed Alacritty within -.TP \fB\-\-working\-directory\fR <working\-directory> Start the shell in the specified working directory .SH "SEE ALSO" |