aboutsummaryrefslogtreecommitdiffstats
path: root/completions
diff options
context:
space:
mode:
authorLibravatar Ryan Dwyer <ryandwyer1@gmail.com>2018-05-11 23:51:47 +1000
committerLibravatar Ryan Dwyer <ryandwyer1@gmail.com>2018-05-12 18:17:36 +1000
commitc72940837c24b5df99c95667befe2e4e5c64575a (patch)
treeeae77f45803c33f0825ee134956b9dac292a52b1 /completions
parentMerge pull request #1952 from Dudemanguy911/fix-crash-on-fullscreen (diff)
downloadsway-c72940837c24b5df99c95667befe2e4e5c64575a.tar.gz
sway-c72940837c24b5df99c95667befe2e4e5c64575a.tar.zst
sway-c72940837c24b5df99c95667befe2e4e5c64575a.zip
Implement IPC get_seats command
Diffstat (limited to 'completions')
-rw-r--r--completions/zsh/_swaymsg1
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 @@
15 15
16types=( 16types=(
17'get_workspaces' 17'get_workspaces'
18'get_seats'
18'get_inputs' 19'get_inputs'
19'get_outputs' 20'get_outputs'
20'get_tree' 21'get_tree'