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/completions/_alacritty | |
parent | 856cddc8739c32d8bbfff72dd3692f49359142a9 (diff) | |
download | alacritty-c1f089970fd3d4b9137d07647f8cd028b2b5b3a9.tar.gz alacritty-c1f089970fd3d4b9137d07647f8cd028b2b5b3a9.zip |
Add Xembed support
Fixes #631.
Diffstat (limited to 'extra/completions/_alacritty')
-rw-r--r-- | extra/completions/_alacritty | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/extra/completions/_alacritty b/extra/completions/_alacritty index e9b0656f..c2fb29c2 100644 --- a/extra/completions/_alacritty +++ b/extra/completions/_alacritty @@ -14,6 +14,7 @@ _arguments \ '(-q)'{-v,-vv,-vvv}"[increase the level of verbosity (max is -vvv)]" \ "$ign(-)"{-V,--version}"[print version information]" \ "--class=[define the window class]:class" \ + "--embed=[define the X11 window ID (as a decimal integer) to embed Alacritty within]:windowId" \ "(-e --command)"{-e,--command}"[execute command (must be last arg)]:program: _command_names -e:*::program arguments: _normal" \ "--config-file=[specify an alternative config file]:file:_files" \ "(-d --dimensions)"{-d,--dimensions}"[specify window dimensions]:columns: :lines" \ |