mirror of
https://github.com/swaywm/sway.git
synced 2025-11-26 06:59:59 -05:00
Add missing swaymsg completions
The `-m/--monitor` option was missing from the bash and fish completions. The `subscribe` IPC message type was missing from the bash, fish, and zsh completions. Signed-off-by: Peter Grayson <pete@jpgrayson.net>
This commit is contained in:
parent
bedf2ac2fb
commit
7d8083c16a
3 changed files with 6 additions and 0 deletions
|
|
@ -25,6 +25,7 @@ types=(
|
|||
'get_binding_modes'
|
||||
'get_config'
|
||||
'send_tick'
|
||||
'subscribe'
|
||||
)
|
||||
|
||||
_arguments -s \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue