aboutsummaryrefslogtreecommitdiff
path: root/completions
diff options
context:
space:
mode:
authorFurkan Sahin <furkan-dev@proton.me>2018-11-04 22:49:44 +0100
committerFurkan Sahin <furkan-dev@proton.me>2018-11-04 22:49:44 +0100
commit68160ae817dc4239f3eff378ce183a018b739352 (patch)
tree0596ad56206b54e30c9323c81d326abac2216d6d /completions
parentcbc10ade463dbb8ada8fb4a180e115069d64f2f3 (diff)
document swaymessage type for get_seats
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
complete -c swaymsg -s t -l type -fra 'get_version' --description "Get JSON-encoded version information for the running instance of sway."
complete -c swaymsg -s t -l type -fra 'get_binding_modes' --description "Gets a JSON-encoded list of currently configured binding modes."
complete -c swaymsg -s t -l type -fra 'get_config' --description "Gets a JSON-encoded copy of the current configuration."
+complete -c swaymsg -s t -l type -fra 'get_seats' --description "Gets a JSON-encoded list of all seats, its properties and all assigned devices."
complete -c swaymsg -s t -l type -fra 'send_tick' --description "Sends a tick event to all subscribed clients."