mirror of
https://github.com/swaywm/sway.git
synced 2024-11-10 20:44:01 +01:00
Add files completion to _swaylock
This commit is contained in:
parent
a64e281356
commit
65a03ab502
@ -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]'
|
||||
|
Loading…
Reference in New Issue
Block a user