diff options
author | Ryan Dwyer <ryandwyer1@gmail.com> | 2018-05-11 23:51:47 +1000 |
---|---|---|
committer | Ryan Dwyer <ryandwyer1@gmail.com> | 2018-05-12 18:17:36 +1000 |
commit | c72940837c24b5df99c95667befe2e4e5c64575a (patch) | |
tree | eae77f45803c33f0825ee134956b9dac292a52b1 /completions | |
parent | 7f03570caf747b07f8da28e58cc8074f4f6bc33d (diff) |
Implement IPC get_seats command
Diffstat (limited to 'completions')
-rw-r--r-- | completions/zsh/_swaymsg | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/completions/zsh/_swaymsg b/completions/zsh/_swaymsg index 1c3ccd65..6bb03279 100644 --- a/completions/zsh/_swaymsg +++ b/completions/zsh/_swaymsg @@ -15,6 +15,7 @@ types=( 'get_workspaces' +'get_seats' 'get_inputs' 'get_outputs' 'get_tree' |