aboutsummaryrefslogtreecommitdiff
path: root/completions/bash
diff options
context:
space:
mode:
authorFurkan Sahin <furkan-dev@proton.me>2019-03-08 14:39:35 -0500
committerFurkan Sahin <furkan-dev@proton.me>2019-03-08 14:39:35 -0500
commited1413096cb6ede82dfe8f115ab9369ad5d3c6a3 (patch)
tree22f3caca37ba585aecb01e7b955d851fae1cc524 /completions/bash
parent6f96360323fc062a133c07ccadcb1c807063186c (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/bash')
-rw-r--r--completions/bash/swaymsg3
1 files changed, 3 insertions, 0 deletions
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