aboutsummaryrefslogtreecommitdiffstats
path: root/completions
diff options
context:
space:
mode:
authorLibravatar emersion <contact@emersion.fr>2018-11-04 23:30:57 +0100
committerLibravatar GitHub <noreply@github.com>2018-11-04 23:30:57 +0100
commitbcbd0a9b45ea7d8969b58183a12240e74e90f9f0 (patch)
tree0596ad56206b54e30c9323c81d326abac2216d6d /completions
parentMerge pull request #3061 from colemickens/output-current-mode (diff)
parentdocument swaymessage type for get_seats (diff)
downloadsway-bcbd0a9b45ea7d8969b58183a12240e74e90f9f0.tar.gz
sway-bcbd0a9b45ea7d8969b58183a12240e74e90f9f0.tar.zst
sway-bcbd0a9b45ea7d8969b58183a12240e74e90f9f0.zip
Merge pull request #3067 from madblobfish/three-trivial-fixes
Improve documentation and remove dead code
Diffstat (limited to 'completions')
-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."