summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar Drew DeVault <sir@cmpwn.com>2017-07-03 14:30:10 -0600
committerLibravatar Drew DeVault <ddevault@vistarmedia.com>2017-07-11 20:07:48 -0400
commit6c8b1dbe72c438dba6113c3b394a2fedb2f58db5 (patch)
treefd2ce35fa3e44e31c21c52a2855391360903aeb7
parentMerge pull request #1255 from Hummer12007/policy (diff)
downloadsway-6c8b1dbe72c438dba6113c3b394a2fedb2f58db5.tar.gz
sway-6c8b1dbe72c438dba6113c3b394a2fedb2f58db5.tar.zst
sway-6c8b1dbe72c438dba6113c3b394a2fedb2f58db5.zip
Merge pull request #1258 from refacto/fix_zsh_completion
Fix zsh completion for _swaylock
-rw-r--r--completions/zsh/_swaylock2
1 files changed, 1 insertions, 1 deletions
diff --git a/completions/zsh/_swaylock b/completions/zsh/_swaylock
index 16ef1cb5..478c7512 100644
--- a/completions/zsh/_swaylock
+++ b/completions/zsh/_swaylock
@@ -6,7 +6,7 @@
6_arguments -s \ 6_arguments -s \
7 '(-v --version)'{-v,--version}'[Show the version number and quit]' \ 7 '(-v --version)'{-v,--version}'[Show the version number and quit]' \
8 '(-h --help)'{-h,--help}'[Show help message and quit]' \ 8 '(-h --help)'{-h,--help}'[Show help message and quit]' \
9 '(-f --daemonize)'{-f, --daemonize}'[Detach from the controlling terminal]\ 9 '(-f --daemonize)'{-f, --daemonize}'[Detach from the controlling terminal]'\
10 '(-c --color)'{-c,--color}'[Specify a color (rrggbb)]' \ 10 '(-c --color)'{-c,--color}'[Specify a color (rrggbb)]' \
11 '(-i --image)'{-i,--image}'[Display an image]:files:_files' \ 11 '(-i --image)'{-i,--image}'[Display an image]:files:_files' \
12 '(-s --scaling)'{-s,--scaling}'[Scaling mode]:mode:(stretch fill fit center tile)' \ 12 '(-s --scaling)'{-s,--scaling}'[Scaling mode]:mode:(stretch fill fit center tile)' \