diff options
| author | Peter Grayson <pete@jpgrayson.net> | 2019-03-08 14:39:35 -0500 |
|---|---|---|
| committer | Drew DeVault <sir@cmpwn.com> | 2019-03-11 10:56:20 -0400 |
| commit | 7d8083c16a22a980a5667fdb35b852d3587726c3 (patch) | |
| tree | 96c5e10ad55b16219e045ceebfe717a77a77a840 /completions/bash/swaymsg | |
| parent | bedf2ac2fbd24b8b2be9eb5a9f2dbf315a7dd7a3 (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/swaymsg')
| -rw-r--r-- | completions/bash/swaymsg | 3 |
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 |
