diff options
author | Ayush Agarwal <ayush@fastmail.in> | 2021-09-21 20:20:26 +0530 |
---|---|---|
committer | Ayush Agarwal <ayush@fastmail.in> | 2021-09-21 20:20:26 +0530 |
commit | ddc200edd1a2c7494403174b0ea2b5feeecb4822 (patch) | |
tree | a071a1ee8651790dcf82be129907a6c300104dc2 /completion | |
parent | c035849e95f48d12a828a2665c5156dd4f408496 (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-completion | 2 |
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" |