From 34948c7ee1560d026962d6e0714cdacf4179b786 Mon Sep 17 00:00:00 2001 From: Mikkel Oscar Lyderik Date: Fri, 29 Jan 2016 02:48:48 +0100 Subject: Autocomplete scale options --- completions/zsh/_swaylock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'completions') 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)' -- cgit v1.2.3-54-g00ecf