aboutsummaryrefslogtreecommitdiffstats
path: root/completions/bash/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/bash/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/bash/swaymsg')
-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()
17 'get_binding_modes' 17 'get_binding_modes'
18 'get_config' 18 'get_config'
19 'send_tick' 19 'send_tick'
20 'subscribe'
20 ) 21 )
21 22
22 short=( 23 short=(
23 -h 24 -h
25 -m
24 -p 26 -p
25 -q 27 -q
26 -r 28 -r
@@ -31,6 +33,7 @@ _swaymsg()
31 33
32 long=( 34 long=(
33 --help 35 --help
36 --monitor
34 --pretty 37 --pretty
35 --quiet 38 --quiet
36 --raw 39 --raw