summary refs log tree commit diff
path: root/Completion/X/Command/_xautolock
diff options
context:
space:
mode:
authorBarton E. Schaefer <schaefer@zsh.org>2014-10-10 23:14:20 -0700
committerBarton E. Schaefer <schaefer@zsh.org>2014-10-10 23:14:20 -0700
commit9fce88f3b85750eb5d6e9b8f674281a1ce86d0cd (patch)
treedfaeb338f9819a88f7e5db96f38402813abbe739 /Completion/X/Command/_xautolock
parent605a73e415772a1d74cff39212618c8f1d58297b (diff)
parent98ce8a658ec86cbd115c41e4167bd7002ce63816 (diff)
downloadzsh-9fce88f3b85750eb5d6e9b8f674281a1ce86d0cd.tar.gz
zsh-9fce88f3b85750eb5d6e9b8f674281a1ce86d0cd.tar.xz
zsh-9fce88f3b85750eb5d6e9b8f674281a1ce86d0cd.zip
Merge branch 'master' of git://git.code.sf.net/p/zsh/code
Conflicts:
	ChangeLog
Diffstat (limited to 'Completion/X/Command/_xautolock')
-rw-r--r--Completion/X/Command/_xautolock25
1 files changed, 25 insertions, 0 deletions
diff --git a/Completion/X/Command/_xautolock b/Completion/X/Command/_xautolock
new file mode 100644
index 000000000..4d01a1dd2
--- /dev/null
+++ b/Completion/X/Command/_xautolock
@@ -0,0 +1,25 @@
+#compdef xautolock
+_arguments \
+  '(-enable -toggle)-disable' \
+  '(-disable -toggle)-enable' \
+  '(-locknow)-unlocknow' \
+  '(-unlocknow)-locknow' \
+  '(-restart)-exit' \
+  '(-exit)-restart' \
+  '-killer:program: _command_names -e' \
+  '-locker:program: _command_names -e' \
+  '-notifier:program: _command_names -e' \
+  '-nowlocker:program: _command_names -e' \
+  -bell:percent: \
+  -cornerdelay:seconds: \
+  -cornerredelay:seconds: \
+  -corners:corners: \
+  -cornersize:pixels: \
+  -killtime:minutes: \
+  -noclose{,out,err} \
+  -notify:seconds: \
+  -time:minutes: \
+  -secure \
+  -resetsaver \
+  -detectsleep \
+  -{help,version}