aboutsummaryrefslogtreecommitdiffstats
path: root/completions/zsh/_swaymsg
diff options
context:
space:
mode:
authorLibravatar Peter Grayson <pete@jpgrayson.net>2019-03-08 14:39:35 -0500
committerLibravatar Drew DeVault <sir@cmpwn.com>2019-03-11 10:56:20 -0400
commit7d8083c16a22a980a5667fdb35b852d3587726c3 (patch)
tree96c5e10ad55b16219e045ceebfe717a77a77a840 /completions/zsh/_swaymsg
parentAdd -p/--pretty option to swaymsg (diff)
downloadsway-7d8083c16a22a980a5667fdb35b852d3587726c3.tar.gz
sway-7d8083c16a22a980a5667fdb35b852d3587726c3.tar.zst
sway-7d8083c16a22a980a5667fdb35b852d3587726c3.zip
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/_swaymsg1
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=(
25'get_binding_modes' 25'get_binding_modes'
26'get_config' 26'get_config'
27'send_tick' 27'send_tick'
28'subscribe'
28) 29)
29 30
30_arguments -s \ 31_arguments -s \