summaryrefslogtreecommitdiffstats
path: root/completions/zsh
diff options
context:
space:
mode:
authorLibravatar Drew DeVault <sir@cmpwn.com>2018-05-12 09:00:32 -0400
committerLibravatar GitHub <noreply@github.com>2018-05-12 09:00:32 -0400
commit51b0b25587d69593eb77e3337e3fa459c1024f5c (patch)
tree77c93c14fbbe1e4df15c957c63baefcfe6473669 /completions/zsh
parentRevert "Merge pull request #1943 from RyanDwyer/criteria-improvements" (diff)
parentFix conflicting IPC command type constants with i3's (diff)
downloadsway-51b0b25587d69593eb77e3337e3fa459c1024f5c.tar.gz
sway-51b0b25587d69593eb77e3337e3fa459c1024f5c.tar.zst
sway-51b0b25587d69593eb77e3337e3fa459c1024f5c.zip
Merge pull request #1959 from RyanDwyer/ipc-get-seats
Implement IPC get_seats command
Diffstat (limited to 'completions/zsh')
-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'