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/zsh/_swaymsg | |
parent | 75aba004603e35c80eda397c2e987f2c3e75cbf5 (diff) |
Add missing swaymsg completions
Diffstat (limited to 'completions/zsh/_swaymsg')
-rw-r--r-- | completions/zsh/_swaymsg | 2 |
1 files changed, 2 insertions, 0 deletions
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 \ |