aboutsummaryrefslogtreecommitdiffstats
path: root/completions/fish/swaymsg.fish
diff options
context:
space:
mode:
Diffstat (limited to 'completions/fish/swaymsg.fish')
-rw-r--r--completions/fish/swaymsg.fish2
1 files changed, 2 insertions, 0 deletions
diff --git a/completions/fish/swaymsg.fish b/completions/fish/swaymsg.fish
index 37a24513..677ffe97 100644
--- a/completions/fish/swaymsg.fish
+++ b/completions/fish/swaymsg.fish
@@ -1,6 +1,7 @@
1# swaymsg(1) completion 1# swaymsg(1) completion
2 2
3complete -c swaymsg -s h -l help --description "Show help message and quit." 3complete -c swaymsg -s h -l help --description "Show help message and quit."
4complete -c swaymsg -s m -l monitor --description "Monitor subscribed events until killed."
4complete -c swaymsg -s p -l pretty --description "Use pretty output even when not using a tty." 5complete -c swaymsg -s p -l pretty --description "Use pretty output even when not using a tty."
5complete -c swaymsg -s q -l quiet --description "Sends the IPC message but does not print the response from sway." 6complete -c swaymsg -s q -l quiet --description "Sends the IPC message but does not print the response from sway."
6complete -c swaymsg -s r -l raw --description "Use raw output even if using tty." 7complete -c swaymsg -s r -l raw --description "Use raw output even if using tty."
@@ -19,3 +20,4 @@ complete -c swaymsg -s t -l type -fra 'get_binding_modes' --description "Gets a
19complete -c swaymsg -s t -l type -fra 'get_config' --description "Gets a JSON-encoded copy of the current configuration." 20complete -c swaymsg -s t -l type -fra 'get_config' --description "Gets a JSON-encoded copy of the current configuration."
20complete -c swaymsg -s t -l type -fra 'get_seats' --description "Gets a JSON-encoded list of all seats, its properties and all assigned devices." 21complete -c swaymsg -s t -l type -fra 'get_seats' --description "Gets a JSON-encoded list of all seats, its properties and all assigned devices."
21complete -c swaymsg -s t -l type -fra 'send_tick' --description "Sends a tick event to all subscribed clients." 22complete -c swaymsg -s t -l type -fra 'send_tick' --description "Sends a tick event to all subscribed clients."
23complete -c swaymsg -s t -l type -fra 'subscribe' --description "Subscribe to a list of event types."