mirror of
https://github.com/swaywm/sway.git
synced 2025-11-01 22:58:41 -04: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
b7fe5097e9
commit
1a9145e409
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