diff options
| author | P.P.A. <ppa@moselle.moe> | 2024-01-21 10:01:30 +0100 |
|---|---|---|
| committer | P.P.A. <ppa@moselle.moe> | 2024-01-21 10:01:30 +0100 |
| commit | a873315e5a2bd69ce890ddaea45364c525a0cc43 (patch) | |
| tree | a397d0f56e4060766c023a5d94528e5d598d7a76 | |
| parent | e82dc664cdd2a46cee1f48d7f014e4de23fa872e (diff) | |
| -rw-r--r-- | config.def.h | 5 | ||||
| -rw-r--r-- | config.h | 5 |
2 files changed, 6 insertions, 4 deletions
diff --git a/config.def.h b/config.def.h index d696dfd..09f851f 100644 --- a/config.def.h +++ b/config.def.h @@ -5,7 +5,8 @@ * * font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html */ -static char *font = "Liberation Mono:pixelsize=12:antialias=true:autohint=true"; +//static char *font = "Liberation Mono:pixelsize=12:antialias=true:autohint=true"; +static char *font = "Greybeard 13px:pixelsize=13"; static int borderpx = 2; /* @@ -94,7 +95,7 @@ char *termname = "st-256color"; unsigned int tabspaces = 8; /* bg opacity */ -float alpha = 0.8; +float alpha = 0.85; /* Terminal colors (16 first used in escape sequence) */ static const char *colorname[] = { @@ -5,7 +5,8 @@ * * font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html */ -static char *font = "Liberation Mono:pixelsize=12:antialias=true:autohint=true"; +//static char *font = "Liberation Mono:pixelsize=12:antialias=true:autohint=true"; +static char *font = "Greybeard 13px:pixelsize=13"; static int borderpx = 2; /* @@ -94,7 +95,7 @@ char *termname = "st-256color"; unsigned int tabspaces = 8; /* bg opacity */ -float alpha = 0.8; +float alpha = 0.85; /* Terminal colors (16 first used in escape sequence) */ static const char *colorname[] = { |
