mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-09-06 23:31:28 +02:00
33397: new xautolock completion
This commit is contained in:
parent
22c4ea424c
commit
df5d69f50f
2 changed files with 29 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
2014-10-10 Oliver Kiddle <opk@zsh.org>
|
||||||
|
|
||||||
|
* Yuri D'Elia: 33397: Completion/X/Command/_xautolock: new completion
|
||||||
|
|
||||||
2014-10-09 Frank Terbeck <ft@bewatermyfriend.org>
|
2014-10-09 Frank Terbeck <ft@bewatermyfriend.org>
|
||||||
|
|
||||||
* 33405: Functions/VCS_Info/vcs_info: Make sure maxexports
|
* 33405: Functions/VCS_Info/vcs_info: Make sure maxexports
|
||||||
|
|
25
Completion/X/Command/_xautolock
Normal file
25
Completion/X/Command/_xautolock
Normal file
|
@ -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}
|
Loading…
Reference in a new issue