diff options
author | mkosem <mattkosem@gmail.com> | 2019-09-24 13:43:54 -0400 |
---|---|---|
committer | Christian Duerr <contact@christianduerr.com> | 2019-09-24 19:43:54 +0200 |
commit | c1f089970fd3d4b9137d07647f8cd028b2b5b3a9 (patch) | |
tree | b8a8d9a62fa387f6b30e83b046f8beb4c521dbd7 /extra/alacritty.man | |
parent | 856cddc8739c32d8bbfff72dd3692f49359142a9 (diff) | |
download | alacritty-c1f089970fd3d4b9137d07647f8cd028b2b5b3a9.tar.gz alacritty-c1f089970fd3d4b9137d07647f8cd028b2b5b3a9.zip |
Add Xembed support
Fixes #631.
Diffstat (limited to 'extra/alacritty.man')
-rw-r--r-- | extra/alacritty.man | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/extra/alacritty.man b/extra/alacritty.man index dc0f9096..fafb10c3 100644 --- a/extra/alacritty.man +++ b/extra/alacritty.man @@ -57,6 +57,9 @@ Defines the window position. Falls back to position specified by window manager \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" |