Add files completion to _swaylock

This commit is contained in:
Mikkel Oscar Lyderik 2016-01-29 02:42:50 +01:00
parent a64e281356
commit 65a03ab502
1 changed files with 3 additions and 3 deletions

View File

@ -6,6 +6,6 @@
_arguments -s \
'(-v --version)'{-v,--version}'[Show the version number and quit]' \
'(-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]' \
'(-s --scaling)'{-s --scaling}'[Scaling mode: stretch, fill, fit, center, tile]'
'(-c --color)'{-c,--color}'[Specify a color (rrggbb) instead of white]:files:_files' \
'(-i --image)'{-i,--image}'[Display an image]' \
'(-s --scaling)'{-s,--scaling}'[Scaling mode: stretch, fill, fit, center, tile]'