aboutsummaryrefslogtreecommitdiffstats
path: root/completions
diff options
context:
space:
mode:
authorLibravatar Mikkel Oscar Lyderik <mikkeloscar@gmail.com>2016-01-29 02:45:01 +0100
committerLibravatar Mikkel Oscar Lyderik <mikkeloscar@gmail.com>2016-01-29 02:45:01 +0100
commit25361fa67aa795fd699123fccf5d32035c45a012 (patch)
tree6c57395ac41c6768ebe6750e3cb79a15166abf6e /completions
parentAdd files completion to _swaylock (diff)
downloadsway-25361fa67aa795fd699123fccf5d32035c45a012.tar.gz
sway-25361fa67aa795fd699123fccf5d32035c45a012.tar.zst
sway-25361fa67aa795fd699123fccf5d32035c45a012.zip
complete image, not color
Diffstat (limited to 'completions')
-rw-r--r--completions/zsh/_swaylock4
1 files changed, 2 insertions, 2 deletions
diff --git a/completions/zsh/_swaylock b/completions/zsh/_swaylock
index 2a4febc2..6b5553b0 100644
--- a/completions/zsh/_swaylock
+++ b/completions/zsh/_swaylock
@@ -6,6 +6,6 @@
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 '(-c --color)'{-c,--color}'[Specify a color (rrggbb) instead of white]:files:_files' \ 9 '(-c --color)'{-c,--color}'[Specify a color (rrggbb) instead of white]' \
10 '(-i --image)'{-i,--image}'[Display an image]' \ 10 '(-i --image)'{-i,--image}'[Display an image]:files:_files' \
11 '(-s --scaling)'{-s,--scaling}'[Scaling mode: stretch, fill, fit, center, tile]' 11 '(-s --scaling)'{-s,--scaling}'[Scaling mode: stretch, fill, fit, center, tile]'