aboutsummaryrefslogtreecommitdiffstats
path: root/completions
diff options
context:
space:
mode:
authorLibravatar Mikkel Oscar Lyderik <mikkeloscar@gmail.com>2016-01-29 02:48:48 +0100
committerLibravatar Mikkel Oscar Lyderik <mikkeloscar@gmail.com>2016-01-29 02:48:48 +0100
commit34948c7ee1560d026962d6e0714cdacf4179b786 (patch)
treeb2951f667fbf3ff187982e59604b16bcea5f9f07 /completions
parentcomplete image, not color (diff)
downloadsway-34948c7ee1560d026962d6e0714cdacf4179b786.tar.gz
sway-34948c7ee1560d026962d6e0714cdacf4179b786.tar.zst
sway-34948c7ee1560d026962d6e0714cdacf4179b786.zip
Autocomplete scale options
Diffstat (limited to 'completions')
-rw-r--r--completions/zsh/_swaylock2
1 files changed, 1 insertions, 1 deletions
diff --git a/completions/zsh/_swaylock b/completions/zsh/_swaylock
index 6b5553b0..880237fe 100644
--- a/completions/zsh/_swaylock
+++ b/completions/zsh/_swaylock
@@ -8,4 +8,4 @@ _arguments -s \
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]' \ 9 '(-c --color)'{-c,--color}'[Specify a color (rrggbb) instead of white]' \
10 '(-i --image)'{-i,--image}'[Display an image]:files:_files' \ 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]:mode:(stretch fill fit center tile)'