mirror of
https://github.com/NickHu/sway
synced 2024-11-16 19:49:56 +01:00
zsh completions for swaylock
This commit is contained in:
parent
533e59f7b1
commit
7ac0fbe8e3
2 changed files with 12 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
install(
|
||||
FILES _sway _swaymsg _swaygrab
|
||||
FILES _sway _swaymsg _swaygrab _swaylock
|
||||
DESTINATION share/zsh/site-functions/
|
||||
)
|
||||
|
|
11
completions/zsh/_swaylock
Normal file
11
completions/zsh/_swaylock
Normal file
|
@ -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]'
|
Loading…
Reference in a new issue