walker: remove minimum character requirement for calc
Signed-off-by: Myned <dev@bjork.tech>
This commit is contained in:
parent
60e1b15823
commit
942ffb11f5
1 changed files with 5 additions and 1 deletions
|
@ -42,7 +42,6 @@ in {
|
||||||
# https://github.com/abenz1267/walker/wiki/Modules
|
# https://github.com/abenz1267/walker/wiki/Modules
|
||||||
# https://www.nerdfonts.com/cheat-sheet
|
# https://www.nerdfonts.com/cheat-sheet
|
||||||
builtins = {
|
builtins = {
|
||||||
calc.switcher_only = true;
|
|
||||||
clipboard.switcher_only = true;
|
clipboard.switcher_only = true;
|
||||||
commands.switcher_only = true;
|
commands.switcher_only = true;
|
||||||
custom_commands.switcher_only = true;
|
custom_commands.switcher_only = true;
|
||||||
|
@ -57,6 +56,11 @@ in {
|
||||||
switcher_only = false;
|
switcher_only = false;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
calc = {
|
||||||
|
min_chars = 0;
|
||||||
|
switcher_only = true;
|
||||||
|
};
|
||||||
|
|
||||||
dmenu = {
|
dmenu = {
|
||||||
keep_sort = true; # Disable sorting entries
|
keep_sort = true; # Disable sorting entries
|
||||||
placeholder = "Input";
|
placeholder = "Input";
|
||||||
|
|
Loading…
Reference in a new issue