mirror of
https://github.com/swaywm/sway.git
synced 2025-04-03 10:57:50 +03:00
add --no-unlock-indicator to swaylock
This commit is contained in:
parent
bcbef246d2
commit
54d38d3931
3 changed files with 14 additions and 3 deletions
|
@ -8,4 +8,5 @@ _arguments -s \
|
|||
'(-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]:files:_files' \
|
||||
'(-s --scaling)'{-s,--scaling}'[Scaling mode]:mode:(stretch fill fit center tile)'
|
||||
'(-s --scaling)'{-s,--scaling}'[Scaling mode]:mode:(stretch fill fit center tile)' \
|
||||
'(-u --no-unlock-indicator)'{-u,--no-unlock-indicator}'[Disable the unlock indicator]'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue