diff options
author | Peter Grayson <pete@jpgrayson.net> | 2019-03-08 14:39:35 -0500 |
---|---|---|
committer | Brian Ashworth <bosrsf04@gmail.com> | 2019-03-08 15:28:35 -0500 |
commit | 1a9145e40983aa84da0e08ec3806b6e6fc8983f8 (patch) | |
tree | 22f3caca37ba585aecb01e7b955d851fae1cc524 /completions/zsh/_swaymsg | |
parent | b7fe5097e949b9bfde6fd52f26d2599068833563 (diff) |
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>
Diffstat (limited to 'completions/zsh/_swaymsg')
-rw-r--r-- | completions/zsh/_swaymsg | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/completions/zsh/_swaymsg b/completions/zsh/_swaymsg index c11fa990..3f42a77d 100644 --- a/completions/zsh/_swaymsg +++ b/completions/zsh/_swaymsg @@ -25,6 +25,7 @@ types=( 'get_binding_modes' 'get_config' 'send_tick' +'subscribe' ) _arguments -s \ |