diff options
| author | Tyler Hoang <tyler@tylerhoang.xyz> | 2022-02-11 14:07:19 -0800 |
|---|---|---|
| committer | Tyler Hoang <tyler@tylerhoang.xyz> | 2022-02-11 14:07:19 -0800 |
| commit | 9a88e59b958c77b13a049ff6ffc5dd39c6104368 (patch) | |
| tree | 037307641a7882c494143499248a0cec2e3a42b2 | |
| parent | e8e1c62ce069e6f5a1ede5cd2d7824cb7492583f (diff) | |
| -rw-r--r-- | config.h | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -5,7 +5,7 @@ * * font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html */ -static char *font = "mono:pixelsize=22:antialias=true:autohint=true"; +static char *font = "mono:pixelsize=20:antialias=true:autohint=true"; static char *font2[] = { "JoyPixels:pixelsize=20:antialias=true:autohint=true" }; static int borderpx = 2; @@ -61,7 +61,7 @@ static double maxlatency = 33; * blinking timeout (set to 0 to disable blinking) for the terminal blinking * attribute. */ -static unsigned int blinktimeout = 800; +static unsigned int blinktimeout = 10; /* * thickness of underline and bar cursors @@ -107,7 +107,7 @@ char *termname = "xterm-256color"; unsigned int tabspaces = 8; /* bg opacity */ -float alpha = 0.8; +float alpha = 0.9; float alphaOffset = 0.0; float alphaUnfocus; |
