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.fish3
1 files changed, 2 insertions, 1 deletions
diff --git a/completions/fish/swaymsg.fish b/completions/fish/swaymsg.fish
index 636e3500..3f1cc50c 100644
--- a/completions/fish/swaymsg.fish
+++ b/completions/fish/swaymsg.fish
@@ -2,10 +2,11 @@
2 2
3complete -f -c swaymsg 3complete -f -c swaymsg
4complete -c swaymsg -s h -l help --description "Show help message and quit." 4complete -c swaymsg -s h -l help --description "Show help message and quit."
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 v -l version --description "Print the version (of swaymsg) and quit."
7complete -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."
8complete -c swaymsg -s s -l socket -r --description "Use the specified socket path. Otherwise, swaymsg will ask where the socket is (which is the value of $SWAYSOCK, then of $I3SOCK)." 8complete -c swaymsg -s s -l socket -r --description "Use the specified socket path. Otherwise, swaymsg will ask where the socket is (which is the value of $SWAYSOCK, then of $I3SOCK)."
9complete -c swaymsg -s v -l version --description "Print the version (of swaymsg) and quit."
9 10
10complete -c swaymsg -s t -l type -fr --description "Specify the type of IPC message." 11complete -c swaymsg -s t -l type -fr --description "Specify the type of IPC message."
11complete -c swaymsg -s t -l type -fra 'get_workspaces' --description "Gets a JSON-encoded list of workspaces and their status." 12complete -c swaymsg -s t -l type -fra 'get_workspaces' --description "Gets a JSON-encoded list of workspaces and their status."