zsh-workers
 help / color / mirror / code / Atom feed
* completion for xautolock
@ 2014-10-09 10:14 Yuri D'Elia
  0 siblings, 0 replies; only message in thread
From: Yuri D'Elia @ 2014-10-09 10:14 UTC (permalink / raw)
  To: zsh-workers

[-- Attachment #1: Type: text/plain, Size: 34 bytes --]

A simple completer for xautolock.

[-- Attachment #2: _xautolock --]
[-- Type: text/plain, Size: 631 bytes --]

#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}

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2014-10-09 10:32 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-10-09 10:14 completion for xautolock Yuri D'Elia

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).