From 1a9145e40983aa84da0e08ec3806b6e6fc8983f8 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/bash/swaymsg | 3 +++ 1 file changed, 3 insertions(+) (limited to 'completions/bash') diff --git a/completions/bash/swaymsg b/completions/bash/swaymsg index 0b011902..a333c912 100644 --- a/completions/bash/swaymsg +++ b/completions/bash/swaymsg @@ -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 -- cgit v1.2.3-54-g00ecf