aboutsummaryrefslogtreecommitdiff
path: root/completions/zsh/_swaylock
diff options
context:
space:
mode:
authorFurkan Sahin <furkan-dev@proton.me>2016-01-28 17:41:46 -0500
committerFurkan Sahin <furkan-dev@proton.me>2016-01-28 17:41:46 -0500
commit1afa55703a7c11ad79385f3430f0d38c18045863 (patch)
treebcdbc8a353474fc048c6425fd033fe1e54c1aafa /completions/zsh/_swaylock
parentabdeb39c102059a462f1fb5e34b417d8727a0f40 (diff)
zsh completions for swaylock
Diffstat (limited to 'completions/zsh/_swaylock')
-rw-r--r--completions/zsh/_swaylock11
1 files changed, 11 insertions, 0 deletions
diff --git a/completions/zsh/_swaylock b/completions/zsh/_swaylock
new file mode 100644
index 00000000..6163c089
--- /dev/null
+++ b/completions/zsh/_swaylock
@@ -0,0 +1,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]' \
+ '(-i --image)'{-i --image}'[Display an image]' \
+ '(-s --scaling)'{-s --scaling}'[Scaling mode: stretch, fill, fit, center, tile]'