aboutsummaryrefslogtreecommitdiffstats
path: root/completions
diff options
context:
space:
mode:
authorLibravatar Ian Fan <ianfan0@gmail.com>2018-07-18 11:52:29 +0100
committerLibravatar Ian Fan <ianfan0@gmail.com>2018-08-01 16:57:15 +0100
commit33433c64347eb0bfd7c1465a3b60579fa88ef724 (patch)
treeeaae88e3a2a0adf72fa0ad37e5c878abd57582fa /completions
parentipc: always include old property in workspace events (diff)
downloadsway-33433c64347eb0bfd7c1465a3b60579fa88ef724.tar.gz
sway-33433c64347eb0bfd7c1465a3b60579fa88ef724.tar.zst
sway-33433c64347eb0bfd7c1465a3b60579fa88ef724.zip
Add missing swaymsg completions
Diffstat (limited to 'completions')
-rw-r--r--completions/bash/swaymsg3
-rw-r--r--completions/zsh/_swaymsg2
2 files changed, 4 insertions, 1 deletions
diff --git a/completions/bash/swaymsg b/completions/bash/swaymsg
index 8ec90b6f..e4b2c1b7 100644
--- a/completions/bash/swaymsg
+++ b/completions/bash/swaymsg
@@ -14,7 +14,8 @@ _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'
18 ) 19 )
19 20
20 short=( 21 short=(
diff --git a/completions/zsh/_swaymsg b/completions/zsh/_swaymsg
index 2e39deb6..28de474d 100644
--- a/completions/zsh/_swaymsg
+++ b/completions/zsh/_swaymsg
@@ -22,6 +22,8 @@ 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'
25) 27)
26 28
27_arguments -s \ 29_arguments -s \