Entirely new build of st.

This commit is contained in:
Bartek Stalewski 2022-03-31 16:59:59 +02:00
parent bf48ec37c4
commit 98cc7e0222
17 changed files with 67 additions and 694 deletions

View file

@ -7,7 +7,7 @@
*/
static char *font = "RobotoMono Nerd Font:style=Medium:pixelsize=14";
static char *font2[] = { "Noto Color Emoji:pixelsize=12" };
static int borderpx = 5;
static int borderpx = 2;
/*
* What program is execed by st depends of these precedence rules:
@ -94,9 +94,6 @@ char *termname = "xterm-256color";
*/
unsigned int tabspaces = 8;
/* bg opacity */
float alpha = 0.9;
/* Terminal colors (16 first used in escape sequence) */
static const char *colorname[] = {
"#161616",
@ -116,7 +113,6 @@ static const char *colorname[] = {
"#5ed6fe",
"#feffff",
[255] = 0,
/* more colors can be added after 255 to use with DefaultXX */