1
1
mirror of https://github.com/swaywm/sway synced 2024-11-19 03:24:39 +01:00
sway/completions/zsh/_swaylock

12 lines
422 B
Plaintext
Raw Normal View History

2016-01-28 23:41:46 +01:00
#compdef swaylock
#
# Completion script for swaylock
#
_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]'