From 0ed0d8c770f6a8b622a30c31739bafdbaf5af733 Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Fri, 29 Jul 2022 17:58:20 -0500 Subject: adding the -l switch for bc to get the default scale of 20 digits --- config.def.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.def.h b/config.def.h index 808933f..f879ea6 100644 --- a/config.def.h +++ b/config.def.h @@ -46,7 +46,7 @@ const char *spcmd2[] = {"alacritty", "--class", "spnet", "-o", "window.dimensi const char *spcmd3[] = {"alacritty", "--class", "spmp", "-o", "window.dimensions.columns=120", "-o", "window.dimensions.lines=35", "-e", "ncmpcpp", NULL }; const char *spcmd4[] = {"alacritty", "--class", "spbt", "-o", "window.dimensions.columns=120", "-o", "window.dimensions.lines=35", "-e", "tremc", NULL }; const char *spcmd5[] = {"alacritty", "--class", "spterm", "-o", "window.dimensions.columns=120", "-o", "window.dimensions.lines=35", "-e", "tmux", NULL }; -const char *spcmd6[] = {"alacritty", "--class", "spcalc", "-o", "window.dimensions.columns=60", "-o", "window.dimensions.lines=35", "-e", "bc", NULL }; +const char *spcmd6[] = {"alacritty", "--class", "spcalc", "-o", "window.dimensions.columns=60", "-o", "window.dimensions.lines=35", "-e", "bc", "-l", NULL }; /* St and other terminals which take a -g flag should take this format: -- cgit v1.2.3