aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2016-07-19 08:13:42 -0400
committerGitHub <noreply@github.com>2016-07-19 08:13:42 -0400
commit7e6c67c26c5e481ffef11d031fe72411db45d088 (patch)
tree463537afe02882fc9dc5d033014f6ca832618a92
parent4190ddb0d15f559c86f65eaa31678e5385c218eb (diff)
parent6ec51e33506b7e24f7439df0f1a61eca7f4ed73d (diff)
Merge pull request #773 from SethBarberee/patch-2
Update swaylock zsh completion
-rw-r--r--completions/zsh/_swaylock2
1 files changed, 2 insertions, 0 deletions
diff --git a/completions/zsh/_swaylock b/completions/zsh/_swaylock
index 842a884a..3d4f650e 100644
--- a/completions/zsh/_swaylock
+++ b/completions/zsh/_swaylock
@@ -6,7 +6,9 @@
_arguments -s \
'(-v --version)'{-v,--version}'[Show the version number and quit]' \
'(-h --help)'{-h,--help}'[Show help message and quit]' \
+ '(-f --daemonize)'{-f, --daemonize}'[Detach from the controlling terminal]\
'(-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)' \
'(-u --no-unlock-indicator)'{-u,--no-unlock-indicator}'[Disable the unlock indicator]'
+ '(--socket)'{--socket}'[Use the specified socket path.]:files:_files' \