summaryrefslogtreecommitdiffstats
path: root/completions
diff options
context:
space:
mode:
authorLibravatar Ryan Dwyer <RyanDwyer@users.noreply.github.com>2018-08-25 13:06:04 +1000
committerLibravatar GitHub <noreply@github.com>2018-08-25 13:06:04 +1000
commit4b9ad9c2382db9b2a9a224e9ebc60b6298843aa9 (patch)
treef1ed7e866d4e34f5ef9b8f72ec8095369619aaa7 /completions
parentcommands: implement move absolute (diff)
parentMerge pull request #2499 from RyanDwyer/refactor-destroy-functions (diff)
downloadsway-4b9ad9c2382db9b2a9a224e9ebc60b6298843aa9.tar.gz
sway-4b9ad9c2382db9b2a9a224e9ebc60b6298843aa9.tar.zst
sway-4b9ad9c2382db9b2a9a224e9ebc60b6298843aa9.zip
Merge branch 'master' into commands
Diffstat (limited to 'completions')
-rw-r--r--completions/zsh/_swaylock6
1 files changed, 3 insertions, 3 deletions
diff --git a/completions/zsh/_swaylock b/completions/zsh/_swaylock
index 478c7512..8fb4834c 100644
--- a/completions/zsh/_swaylock
+++ b/completions/zsh/_swaylock
@@ -6,9 +6,9 @@
6_arguments -s \ 6_arguments -s \
7 '(-v --version)'{-v,--version}'[Show the version number and quit]' \ 7 '(-v --version)'{-v,--version}'[Show the version number and quit]' \
8 '(-h --help)'{-h,--help}'[Show help message and quit]' \ 8 '(-h --help)'{-h,--help}'[Show help message and quit]' \
9 '(-f --daemonize)'{-f, --daemonize}'[Detach from the controlling terminal]'\ 9 '(-f --daemonize)'{-f,--daemonize}'[Detach from the controlling terminal]' \
10 '(-c --color)'{-c,--color}'[Specify a color (rrggbb)]' \ 10 '(-c --color)'{-c,--color}'[Specify a color (rrggbb)]' \
11 '(-i --image)'{-i,--image}'[Display an image]:files:_files' \ 11 '(-i --image)'{-i,--image}'[Display an image]:files:_files' \
12 '(-s --scaling)'{-s,--scaling}'[Scaling mode]:mode:(stretch fill fit center tile)' \ 12 '(-s --scaling)'{-s,--scaling}'[Scaling mode]:mode:(stretch fill fit center tile)' \
13 '(-u --no-unlock-indicator)'{-u,--no-unlock-indicator}'[Disable the unlock indicator]' 13 '(-u --no-unlock-indicator)'{-u,--no-unlock-indicator}'[Disable the unlock indicator]' \
14 '(--socket)'{--socket}'[Use the specified socket path.]:files:_files' \ 14 '(--socket)'--socket'[Use the specified socket path.]:files:_files' \