sway

i3-compatible Wayland compositor
git clone https://git.awy.one/sway
Log | Files | Refs | README | LICENSE

commit 33433c64347eb0bfd7c1465a3b60579fa88ef724
parent 75aba004603e35c80eda397c2e987f2c3e75cbf5
Author: Ian Fan <ianfan0@gmail.com>
Date:   Wed, 18 Jul 2018 11:52:29 +0100

Add missing swaymsg completions

Diffstat:
Mcompletions/bash/swaymsg | 3++-
Mcompletions/zsh/_swaymsg | 2++
2 files changed, 4 insertions(+), 1 deletion(-)

diff --git 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 @@ -22,6 +22,8 @@ types=( 'get_marks' 'get_bar_config' 'get_version' +'get_binding_modes' +'get_config' ) _arguments -s \