aboutsummaryrefslogtreecommitdiffstats
path: root/completions
diff options
context:
space:
mode:
authorLibravatar Seth Barberee <seth.barberee@gmail.com>2016-07-18 23:35:53 -0500
committerLibravatar GitHub <noreply@github.com>2016-07-18 23:35:53 -0500
commit6ec51e33506b7e24f7439df0f1a61eca7f4ed73d (patch)
tree463537afe02882fc9dc5d033014f6ca832618a92 /completions
parentMerge pull request #770 from minus7/that-bugged-me (diff)
downloadsway-6ec51e33506b7e24f7439df0f1a61eca7f4ed73d.tar.gz
sway-6ec51e33506b7e24f7439df0f1a61eca7f4ed73d.tar.zst
sway-6ec51e33506b7e24f7439df0f1a61eca7f4ed73d.zip
Update _swaylock
added new option of daemonize (-f --daemonize) that was added to swaylock in https://github.com/SirCmpwn/sway/pull/750 and added socket completion upon reading more into swaylock/main.c (it also is in the usage help but never had it in completion)
Diffstat (limited to 'completions')
-rw-r--r--completions/zsh/_swaylock2
1 files changed, 2 insertions, 0 deletions
diff --git a/completions/zsh/_swaylock b/completions/zsh/_swaylock
index 842a884a..3d4f650e 100644
--- a/completions/zsh/_swaylock
+++ b/completions/zsh/_swaylock
@@ -6,7 +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 '(-c --color)'{-c,--color}'[Specify a color (rrggbb) instead of white]' \ 10 '(-c --color)'{-c,--color}'[Specify a color (rrggbb) instead of white]' \
10 '(-i --image)'{-i,--image}'[Display an image]:files:_files' \ 11 '(-i --image)'{-i,--image}'[Display an image]:files:_files' \
11 '(-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)' \
12 '(-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' \