diff options
author | Ayush Agarwal <ayushnix@fastmail.com> | 2022-03-05 00:44:01 +0530 |
---|---|---|
committer | Ayush Agarwal <ayushnix@fastmail.com> | 2022-03-05 00:44:01 +0530 |
commit | 40608d52677bc4ed0c7d97052f7cd8ed72713856 (patch) | |
tree | e3a6224b4c29e91ad96d09845494ab9eacb29e6c | |
parent | 9249b7c3399e131e2235679f69b6c741209cf68b (diff) |
chore: update fish completion and default config
for the feat introduced in f940209
-rw-r--r-- | completion/tessen.fish-completion | 2 | ||||
-rw-r--r-- | config | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/completion/tessen.fish-completion b/completion/tessen.fish-completion index 3f88a78..0c07b94 100644 --- a/completion/tessen.fish-completion +++ b/completion/tessen.fish-completion @@ -1,6 +1,6 @@ complete -f -c tessen complete -x -c tessen -s p -l pass -k -a "pass gopass" -d "use pass or gopass" -complete -x -c tessen -s d -l dmenu -k -a "rofi fuzzel bemenu wofi" -d "use either rofi, fuzzel, bemenu, or rofi" +complete -x -c tessen -s d -l dmenu -k -a "rofi fuzzel bemenu wofi dmenu" -d "use either rofi, fuzzel, bemenu, rofi, or dmenu" 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" @@ -7,7 +7,7 @@ # the default pass program to use - pass or gopass # pass_backend="pass" -# the default dmenu backend program to use - rofi, fuzzel, bemenu, or rofi +# the default dmenu backend program to use - rofi, fuzzel, bemenu, rofi, or dmenu # dmenu_backend="rofi" # leave it commented if you want the default behavior - the choice to either |