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:
Peter Grayson 2019-03-08 14:39:35 -05:00 committed by Brian Ashworth
parent b7fe5097e9
commit 1a9145e409
3 changed files with 6 additions and 0 deletions

View file

@ -17,10 +17,12 @@ _swaymsg()
'get_binding_modes'
'get_config'
'send_tick'
'subscribe'
)
short=(
-h
-m
-p
-q
-r
@ -31,6 +33,7 @@ _swaymsg()
long=(
--help
--monitor
--pretty
--quiet
--raw