From ddc200edd1a2c7494403174b0ea2b5feeecb4822 Mon Sep 17 00:00:00 2001 From: Ayush Agarwal Date: Tue, 21 Sep 2021 20:20:26 +0530 Subject: add support for wofi as a backend updated the fish completion and the README as well --- completion/tessen.fish-completion | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'completion') diff --git a/completion/tessen.fish-completion b/completion/tessen.fish-completion index 57892b9..0811867 100644 --- a/completion/tessen.fish-completion +++ b/completion/tessen.fish-completion @@ -1,5 +1,5 @@ complete -f -c tessen -complete -x -c tessen -s b -l backend -k -a "bemenu rofi" -d "use either bemenu (default) or rofi as the backend" +complete -x -c tessen -s b -l backend -k -a "bemenu rofi wofi" -d "use either bemenu (default), rofi, or wofi as the backend" complete -x -c tessen -s a -l action -k -a "autotype copy both" -d "either 'autotype' data, 'copy' it, or do 'both'" complete -x -c tessen -s h -l help -d "show the help menu" complete -x -c tessen -s v -l version -d "show the version" -- cgit v1.2.3