summaryrefslogtreecommitdiffstats
path: root/completions/fish/swaymsg.fish
diff options
context:
space:
mode:
authorLibravatar Drew DeVault <sir@cmpwn.com>2018-11-05 21:21:47 +0100
committerLibravatar GitHub <noreply@github.com>2018-11-05 21:21:47 +0100
commit25bea8f6a538edf47ab7e0625f24cdf31e28473f (patch)
tree96296f5d755a728e8999b072bfd5ce8ee9c4d79e /completions/fish/swaymsg.fish
parentUse wlr_surface_get_effective_damage (diff)
parentMerge pull request #3078 from Emantor/fix/exec_always_double_load (diff)
downloadsway-25bea8f6a538edf47ab7e0625f24cdf31e28473f.tar.gz
sway-25bea8f6a538edf47ab7e0625f24cdf31e28473f.tar.zst
sway-25bea8f6a538edf47ab7e0625f24cdf31e28473f.zip
Merge branch 'master' into effective-damage
Diffstat (limited to 'completions/fish/swaymsg.fish')
-rw-r--r--completions/fish/swaymsg.fish1
1 files changed, 1 insertions, 0 deletions
diff --git a/completions/fish/swaymsg.fish b/completions/fish/swaymsg.fish
index 1e5bf3da..fd577413 100644
--- a/completions/fish/swaymsg.fish
+++ b/completions/fish/swaymsg.fish
@@ -16,4 +16,5 @@ complete -c swaymsg -s t -l type -fra 'get_bar_config' --description "Get a JSON
16complete -c swaymsg -s t -l type -fra 'get_version' --description "Get JSON-encoded version information for the running instance of sway." 16complete -c swaymsg -s t -l type -fra 'get_version' --description "Get JSON-encoded version information for the running instance of sway."
17complete -c swaymsg -s t -l type -fra 'get_binding_modes' --description "Gets a JSON-encoded list of currently configured binding modes." 17complete -c swaymsg -s t -l type -fra 'get_binding_modes' --description "Gets a JSON-encoded list of currently configured binding modes."
18complete -c swaymsg -s t -l type -fra 'get_config' --description "Gets a JSON-encoded copy of the current configuration." 18complete -c swaymsg -s t -l type -fra 'get_config' --description "Gets a JSON-encoded copy of the current configuration."
19complete -c swaymsg -s t -l type -fra 'get_seats' --description "Gets a JSON-encoded list of all seats, its properties and all assigned devices."
19complete -c swaymsg -s t -l type -fra 'send_tick' --description "Sends a tick event to all subscribed clients." 20complete -c swaymsg -s t -l type -fra 'send_tick' --description "Sends a tick event to all subscribed clients."