From 40608d52677bc4ed0c7d97052f7cd8ed72713856 Mon Sep 17 00:00:00 2001 From: Ayush Agarwal Date: Sat, 5 Mar 2022 00:44:01 +0530 Subject: chore: update fish completion and default config for the feat introduced in f940209 --- completion/tessen.fish-completion | 2 +- 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" diff --git a/config b/config index 4639cd0..9cf4e67 100644 --- a/config +++ b/config @@ -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 -- cgit v1.2.3