aboutsummaryrefslogtreecommitdiff
path: root/completion
diff options
context:
space:
mode:
authorAyush Agarwal <ayush@fastmail.in>2021-09-21 20:20:26 +0530
committerAyush Agarwal <ayush@fastmail.in>2021-09-21 20:20:26 +0530
commitddc200edd1a2c7494403174b0ea2b5feeecb4822 (patch)
treea071a1ee8651790dcf82be129907a6c300104dc2 /completion
parentc035849e95f48d12a828a2665c5156dd4f408496 (diff)
add support for wofi as a backend
updated the fish completion and the README as well
Diffstat (limited to 'completion')
-rw-r--r--completion/tessen.fish-completion2
1 files changed, 1 insertions, 1 deletions
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"