mirror of
https://github.com/swaywm/sway.git
synced 2024-11-22 07:51:28 +00:00
Autocomplete scale options
This commit is contained in:
parent
25361fa67a
commit
34948c7ee1
|
@ -8,4 +8,4 @@ _arguments -s \
|
||||||
'(-h --help)'{-h,--help}'[Show help message and quit]' \
|
'(-h --help)'{-h,--help}'[Show help message and quit]' \
|
||||||
'(-c --color)'{-c,--color}'[Specify a color (rrggbb) instead of white]' \
|
'(-c --color)'{-c,--color}'[Specify a color (rrggbb) instead of white]' \
|
||||||
'(-i --image)'{-i,--image}'[Display an image]:files:_files' \
|
'(-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)'
|
||||||
|
|
Loading…
Reference in a new issue