From 4f57c3da0ee00978e56190e2015482a041e48e82 Mon Sep 17 00:00:00 2001 From: Martin Kalchev Date: Sun, 26 Aug 2018 18:53:51 +0300 Subject: added untested files --- completions/fish/swaymsg.fish | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 completions/fish/swaymsg.fish (limited to 'completions/fish/swaymsg.fish') diff --git a/completions/fish/swaymsg.fish b/completions/fish/swaymsg.fish new file mode 100644 index 00000000..e798db77 --- /dev/null +++ b/completions/fish/swaymsg.fish @@ -0,0 +1,8 @@ +# swaymsg(1) completion + +complete -c swaymsg -s h -l help --description "Show help message and quit." +complete -c swaymsg -s q -l quiet --description "Sends the IPC message but does not print the response from sway." +complete -c swaymsg -s r -l raw --description "Use raw output even if using tty." +complete -c swaymsg -s s -l socket --description "Use the specified socket path. Otherwise, swaymsg will ask where the socket is (which is the value of $SWAYSOCK, then of $I3SOCK)." +complete -c swaymsg -s t -l type --description "Specify the type of IPC message." +complete -c swaymsg -s v -l version --description "Print the version (of swaymsg) and quit." -- cgit v1.2.3-70-g09d2