aboutsummaryrefslogtreecommitdiffstats
path: root/completions
diff options
context:
space:
mode:
authorLibravatar Mikkel Oscar Lyderik <mikkeloscar@gmail.com>2016-01-29 02:42:50 +0100
committerLibravatar Mikkel Oscar Lyderik <mikkeloscar@gmail.com>2016-01-29 02:42:50 +0100
commit65a03ab502b450df68cd9e14d8aa53dfc70618cb (patch)
tree50d210fbb7833b5d081b0673a7c49aba48614c09 /completions
parentMerge pull request #483 from aouelete/zsh-swaylock-completion (diff)
downloadsway-65a03ab502b450df68cd9e14d8aa53dfc70618cb.tar.gz
sway-65a03ab502b450df68cd9e14d8aa53dfc70618cb.tar.zst
sway-65a03ab502b450df68cd9e14d8aa53dfc70618cb.zip
Add files completion to _swaylock
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 6163c089..2a4febc2 100644
--- a/completions/zsh/_swaylock
+++ b/completions/zsh/_swaylock
@@ -6,6 +6,6 @@
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 '(-c --color)'{-c --color}'[Specify a color (rrggbb) instead of white]' \ 9 '(-c --color)'{-c,--color}'[Specify a color (rrggbb) instead of white]:files:_files' \
10 '(-i --image)'{-i --image}'[Display an image]' \ 10 '(-i --image)'{-i,--image}'[Display an image]' \
11 '(-s --scaling)'{-s --scaling}'[Scaling mode: stretch, fill, fit, center, tile]' 11 '(-s --scaling)'{-s,--scaling}'[Scaling mode: stretch, fill, fit, center, tile]'