mirror of
https://github.com/swaywm/sway.git
synced 2024-11-10 12:33:50 +01:00
Fix swaylock zsh completions
This commit is contained in:
parent
98ed05225e
commit
1fd62d3e0c
@ -6,9 +6,9 @@
|
||||
_arguments -s \
|
||||
'(-v --version)'{-v,--version}'[Show the version number and quit]' \
|
||||
'(-h --help)'{-h,--help}'[Show help message and quit]' \
|
||||
'(-f --daemonize)'{-f, --daemonize}'[Detach from the controlling terminal]'\
|
||||
'(-f --daemonize)'{-f,--daemonize}'[Detach from the controlling terminal]' \
|
||||
'(-c --color)'{-c,--color}'[Specify a color (rrggbb)]' \
|
||||
'(-i --image)'{-i,--image}'[Display an image]:files:_files' \
|
||||
'(-s --scaling)'{-s,--scaling}'[Scaling mode]:mode:(stretch fill fit center tile)' \
|
||||
'(-u --no-unlock-indicator)'{-u,--no-unlock-indicator}'[Disable the unlock indicator]'
|
||||
'(--socket)'{--socket}'[Use the specified socket path.]:files:_files' \
|
||||
'(-u --no-unlock-indicator)'{-u,--no-unlock-indicator}'[Disable the unlock indicator]' \
|
||||
'(--socket)'--socket'[Use the specified socket path.]:files:_files' \
|
||||
|
Loading…
Reference in New Issue
Block a user