This commit is contained in:
CoolnsX
2021-08-17 11:46:59 +05:30
parent 0beeb9834a
commit 76716fba20
4 changed files with 2 additions and 2 deletions

View File

@@ -92,7 +92,7 @@ char *termname = "st-256color";
* *
* stty tabs * stty tabs
*/ */
unsigned int tabspaces = 8; unsigned int tabspaces = 4;
/* bg opacity */ /* bg opacity */
float alpha = 0.85; float alpha = 0.85;

View File

@@ -92,7 +92,7 @@ char *termname = "st-256color";
* *
* stty tabs * stty tabs
*/ */
unsigned int tabspaces = 8; unsigned int tabspaces = 4;
/* bg opacity */ /* bg opacity */
float alpha = 0.85; float alpha = 0.85;

Binary file not shown.

Binary file not shown.