commit 34948c7ee1560d026962d6e0714cdacf4179b786
parent 25361fa67aa795fd699123fccf5d32035c45a012
Author: Mikkel Oscar Lyderik <mikkeloscar@gmail.com>
Date: Fri, 29 Jan 2016 02:48:48 +0100
Autocomplete scale options
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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)'