aboutsummaryrefslogtreecommitdiffstats
path: root/completions/zsh/_swaylock
blob: 2a4febc28a8ffe2eb0a6b06a254eaf65f99f5be9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
#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]:files:_files' \
    '(-i --image)'{-i,--image}'[Display an image]' \
    '(-s --scaling)'{-s,--scaling}'[Scaling mode: stretch, fill, fit, center, tile]'