aboutsummaryrefslogtreecommitdiff
path: root/extra/completions/_alacritty
diff options
context:
space:
mode:
authorSabu Siyad <git@ssiyad.com>2022-06-28 23:52:38 +0530
committerGitHub <noreply@github.com>2022-06-28 18:22:38 +0000
commit75b0005619f6e6d3e5e0ba775083b16cd46dac30 (patch)
treefa546f56ae65ca2c084de1dea35e98eda95faf1c /extra/completions/_alacritty
parent6018590d7be62d3a5317f228571d353004da0220 (diff)
downloadalacritty-75b0005619f6e6d3e5e0ba775083b16cd46dac30.tar.gz
alacritty-75b0005619f6e6d3e5e0ba775083b16cd46dac30.zip
Add hexadecimal support to --embed
Closes #6145.
Diffstat (limited to 'extra/completions/_alacritty')
-rw-r--r--extra/completions/_alacritty2
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/completions/_alacritty b/extra/completions/_alacritty
index 86226236..50a5c00d 100644
--- a/extra/completions/_alacritty
+++ b/extra/completions/_alacritty
@@ -15,7 +15,7 @@ _alacritty() {
local context curcontext="$curcontext" state line
_arguments "${_arguments_options[@]}" \
-'--embed=[Defines the X11 window ID (as a decimal integer) to embed Alacritty within]:EMBED: ' \
+'--embed=[X11 window ID to embed Alacritty within (decimal or hexadecimal with "0x" prefix)]:EMBED: ' \
'--config-file=[Specify alternative configuration file \[default: $XDG_CONFIG_HOME/alacritty/alacritty.yml\]]:CONFIG_FILE:_files' \
'--socket=[Path for IPC socket creation]:SOCKET:_files' \
'*-o+[Override configuration file options \[example: cursor.style=Beam\]]:OPTION: ' \