diff options
author | Ian Fan <ianfan0@gmail.com> | 2018-07-18 11:52:29 +0100 |
---|---|---|
committer | Ian Fan <ianfan0@gmail.com> | 2018-08-01 16:57:15 +0100 |
commit | 33433c64347eb0bfd7c1465a3b60579fa88ef724 (patch) | |
tree | eaae88e3a2a0adf72fa0ad37e5c878abd57582fa /completions | |
parent | 75aba004603e35c80eda397c2e987f2c3e75cbf5 (diff) |
Add missing swaymsg completions
Diffstat (limited to 'completions')
-rw-r--r-- | completions/bash/swaymsg | 3 | ||||
-rw-r--r-- | completions/zsh/_swaymsg | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/completions/bash/swaymsg b/completions/bash/swaymsg index 8ec90b6f..e4b2c1b7 100644 --- a/completions/bash/swaymsg +++ b/completions/bash/swaymsg @@ -14,7 +14,8 @@ _swaymsg() 'get_marks' 'get_bar_config' 'get_version' - 'get_clipboard' + 'get_binding_modes' + 'get_config' ) short=( diff --git a/completions/zsh/_swaymsg b/completions/zsh/_swaymsg index 2e39deb6..28de474d 100644 --- a/completions/zsh/_swaymsg +++ b/completions/zsh/_swaymsg @@ -22,6 +22,8 @@ types=( 'get_marks' 'get_bar_config' 'get_version' +'get_binding_modes' +'get_config' ) _arguments -s \ |