aboutsummaryrefslogtreecommitdiffstats
path: root/completions/zsh
diff options
context:
space:
mode:
authorLibravatar Ryan Dwyer <RyanDwyer@users.noreply.github.com>2018-08-02 08:17:25 +1000
committerLibravatar GitHub <noreply@github.com>2018-08-02 08:17:25 +1000
commit4cc0855f21a2704314aa7b8973ceae7a8b463a1a (patch)
tree92d5b04c01c2da2bce20819ade8ed834bf2e420c /completions/zsh
parentMerge pull request #2397 from chr0me-sh/hide-cursor-if-no-pointer (diff)
parentipc: remove extraneous values (diff)
downloadsway-4cc0855f21a2704314aa7b8973ceae7a8b463a1a.tar.gz
sway-4cc0855f21a2704314aa7b8973ceae7a8b463a1a.tar.zst
sway-4cc0855f21a2704314aa7b8973ceae7a8b463a1a.zip
Merge pull request #2264 from ianyfan/ipc
IPC Events (1.0)
Diffstat (limited to 'completions/zsh')
-rw-r--r--completions/zsh/_swaymsg3
1 files changed, 3 insertions, 0 deletions
diff --git a/completions/zsh/_swaymsg b/completions/zsh/_swaymsg
index 2e39deb6..a7a1c8e0 100644
--- a/completions/zsh/_swaymsg
+++ b/completions/zsh/_swaymsg
@@ -22,6 +22,9 @@ types=(
22'get_marks' 22'get_marks'
23'get_bar_config' 23'get_bar_config'
24'get_version' 24'get_version'
25'get_binding_modes'
26'get_config'
27'send_tick'
25) 28)
26 29
27_arguments -s \ 30_arguments -s \