aboutsummaryrefslogtreecommitdiffstats
path: root/completions
diff options
context:
space:
mode:
authorLibravatar emersion <contact@emersion.fr>2018-08-02 08:11:10 +0100
committerLibravatar GitHub <noreply@github.com>2018-08-02 08:11:10 +0100
commit47bf4ed0cbf104d09bba7f39acbf2ceb84c2c694 (patch)
tree8f0085c1829ab97a920acd9d5116732779177631 /completions
parentCorrectly track saved surfaces during multiple transactions (diff)
parentMerge pull request #2391 from RyanDwyer/fix-popups-v2 (diff)
downloadsway-47bf4ed0cbf104d09bba7f39acbf2ceb84c2c694.tar.gz
sway-47bf4ed0cbf104d09bba7f39acbf2ceb84c2c694.tar.zst
sway-47bf4ed0cbf104d09bba7f39acbf2ceb84c2c694.zip
Merge branch 'master' into fix-resize-wiggle
Diffstat (limited to 'completions')
-rw-r--r--completions/bash/swaymsg4
-rw-r--r--completions/zsh/_swaymsg3
2 files changed, 6 insertions, 1 deletions
diff --git a/completions/bash/swaymsg b/completions/bash/swaymsg
index 8ec90b6f..20092bdc 100644
--- a/completions/bash/swaymsg
+++ b/completions/bash/swaymsg
@@ -14,7 +14,9 @@ _swaymsg()
14 'get_marks' 14 'get_marks'
15 'get_bar_config' 15 'get_bar_config'
16 'get_version' 16 'get_version'
17 'get_clipboard' 17 'get_binding_modes'
18 'get_config'
19 'send_tick'
18 ) 20 )
19 21
20 short=( 22 short=(
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 \