mirror of
https://github.com/swaywm/sway.git
synced 2025-11-01 22:58:41 -04:00
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>
This commit is contained in:
parent
b7fe5097e9
commit
1a9145e409
3 changed files with 6 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue