aboutsummaryrefslogtreecommitdiff
path: root/completions
diff options
context:
space:
mode:
authorMikkel Oscar Lyderik <mikkeloscar@gmail.com>2016-01-29 02:48:48 +0100
committerMikkel Oscar Lyderik <mikkeloscar@gmail.com>2016-01-29 02:48:48 +0100
commit34948c7ee1560d026962d6e0714cdacf4179b786 (patch)
treeb2951f667fbf3ff187982e59604b16bcea5f9f07 /completions
parent25361fa67aa795fd699123fccf5d32035c45a012 (diff)
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 \
'(-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: stretch, fill, fit, center, tile]'
+ '(-s --scaling)'{-s,--scaling}'[Scaling mode]:mode:(stretch fill fit center tile)'