From 7d8083c16a22a980a5667fdb35b852d3587726c3 Mon Sep 17 00:00:00 2001 From: Peter Grayson Date: Fri, 8 Mar 2019 14:39:35 -0500 Subject: 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 --- completions/zsh/_swaymsg | 1 + 1 file changed, 1 insertion(+) (limited to 'completions/zsh/_swaymsg') 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 \ -- cgit v1.2.3-54-g00ecf