aboutsummaryrefslogtreecommitdiffstats
path: root/completions
diff options
context:
space:
mode:
authorLibravatar Ian Fan <ianfan0@gmail.com>2018-07-18 12:30:39 +0100
committerLibravatar Ian Fan <ianfan0@gmail.com>2018-08-01 16:57:15 +0100
commit3edaf2ce2a8a4753c162491329a7dfa492ff7e77 (patch)
tree28ae55150ef695a569aecaf114250a87a73d0d5a /completions
parentAdd missing swaymsg completions (diff)
downloadsway-3edaf2ce2a8a4753c162491329a7dfa492ff7e77.tar.gz
sway-3edaf2ce2a8a4753c162491329a7dfa492ff7e77.tar.zst
sway-3edaf2ce2a8a4753c162491329a7dfa492ff7e77.zip
ipc: add tick event
Diffstat (limited to 'completions')
-rw-r--r--completions/bash/swaymsg1
-rw-r--r--completions/zsh/_swaymsg1
2 files changed, 2 insertions, 0 deletions
diff --git a/completions/bash/swaymsg b/completions/bash/swaymsg
index e4b2c1b7..20092bdc 100644
--- a/completions/bash/swaymsg
+++ b/completions/bash/swaymsg
@@ -16,6 +16,7 @@ _swaymsg()
16 'get_version' 16 'get_version'
17 'get_binding_modes' 17 'get_binding_modes'
18 'get_config' 18 'get_config'
19 'send_tick'
19 ) 20 )
20 21
21 short=( 22 short=(
diff --git a/completions/zsh/_swaymsg b/completions/zsh/_swaymsg
index 28de474d..a7a1c8e0 100644
--- a/completions/zsh/_swaymsg
+++ b/completions/zsh/_swaymsg
@@ -24,6 +24,7 @@ types=(
24'get_version' 24'get_version'
25'get_binding_modes' 25'get_binding_modes'
26'get_config' 26'get_config'
27'send_tick'
27) 28)
28 29
29_arguments -s \ 30_arguments -s \