summaryrefslogtreecommitdiffstats
path: root/completions/zsh/_swaylock
diff options
context:
space:
mode:
authorLibravatar Drew DeVault <sir@cmpwn.com>2016-05-26 11:37:34 -0400
committerLibravatar Drew DeVault <sir@cmpwn.com>2016-05-26 11:37:34 -0400
commit907283d23094d406ffafca77c75569b2d9de9aaa (patch)
treeb9259a3cb1025d5b4529a259421a75e9d4c9fa75 /completions/zsh/_swaylock
parentMerge pull request #672 from zandrmartin/add-ctrlu-to-swaylock (diff)
parentadd --no-unlock-indicator to swaylock (diff)
downloadsway-907283d23094d406ffafca77c75569b2d9de9aaa.tar.gz
sway-907283d23094d406ffafca77c75569b2d9de9aaa.tar.zst
sway-907283d23094d406ffafca77c75569b2d9de9aaa.zip
Merge pull request #673 from zandrmartin/swaylock-no-unlock-indicator
add --no-unlock-indicator to swaylock
Diffstat (limited to 'completions/zsh/_swaylock')
-rw-r--r--completions/zsh/_swaylock3
1 files changed, 2 insertions, 1 deletions
diff --git a/completions/zsh/_swaylock b/completions/zsh/_swaylock
index 880237fe..842a884a 100644
--- a/completions/zsh/_swaylock
+++ b/completions/zsh/_swaylock
@@ -8,4 +8,5 @@ _arguments -s \
8 '(-h --help)'{-h,--help}'[Show help message and quit]' \ 8 '(-h --help)'{-h,--help}'[Show help message and quit]' \
9 '(-c --color)'{-c,--color}'[Specify a color (rrggbb) instead of white]' \ 9 '(-c --color)'{-c,--color}'[Specify a color (rrggbb) instead of white]' \
10 '(-i --image)'{-i,--image}'[Display an image]:files:_files' \ 10 '(-i --image)'{-i,--image}'[Display an image]:files:_files' \
11 '(-s --scaling)'{-s,--scaling}'[Scaling mode]:mode:(stretch fill fit center tile)' 11 '(-s --scaling)'{-s,--scaling}'[Scaling mode]:mode:(stretch fill fit center tile)' \
12 '(-u --no-unlock-indicator)'{-u,--no-unlock-indicator}'[Disable the unlock indicator]'