From 54d38d3931c55bb7ce8c88a2c7578c14215f0741 Mon Sep 17 00:00:00 2001 From: Zandr Martin Date: Thu, 26 May 2016 10:16:34 -0500 Subject: add --no-unlock-indicator to swaylock --- completions/zsh/_swaylock | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'completions') diff --git a/completions/zsh/_swaylock b/completions/zsh/_swaylock index 880237fe..842a884a 100644 --- a/completions/zsh/_swaylock +++ b/completions/zsh/_swaylock @@ -8,4 +8,5 @@ _arguments -s \ '(-h --help)'{-h,--help}'[Show help message and quit]' \ '(-c --color)'{-c,--color}'[Specify a color (rrggbb) instead of white]' \ '(-i --image)'{-i,--image}'[Display an image]:files:_files' \ - '(-s --scaling)'{-s,--scaling}'[Scaling mode]:mode:(stretch fill fit center tile)' + '(-s --scaling)'{-s,--scaling}'[Scaling mode]:mode:(stretch fill fit center tile)' \ + '(-u --no-unlock-indicator)'{-u,--no-unlock-indicator}'[Disable the unlock indicator]' -- cgit v1.2.3