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.fish1
1 files changed, 1 insertions, 0 deletions
diff --git a/completions/fish/swaymsg.fish b/completions/fish/swaymsg.fish
index fd577413..636e3500 100644
--- a/completions/fish/swaymsg.fish
+++ b/completions/fish/swaymsg.fish
@@ -1,5 +1,6 @@
1# swaymsg(1) completion 1# swaymsg(1) completion
2 2
3complete -f -c swaymsg
3complete -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."
4complete -c swaymsg -s q -l quiet --description "Sends the IPC message but does not print the response from sway." 5complete -c swaymsg -s q -l quiet --description "Sends the IPC message but does not print the response from sway."
5complete -c swaymsg -s v -l version --description "Print the version (of swaymsg) and quit." 6complete -c swaymsg -s v -l version --description "Print the version (of swaymsg) and quit."