aboutsummaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorTyler Hoang <tyler@tylerhoang.xyz>2022-02-11 14:07:19 -0800
committerTyler Hoang <tyler@tylerhoang.xyz>2022-02-11 14:07:19 -0800
commit9a88e59b958c77b13a049ff6ffc5dd39c6104368 (patch)
tree037307641a7882c494143499248a0cec2e3a42b2 /config.h
parente8e1c62ce069e6f5a1ede5cd2d7824cb7492583f (diff)
change transparencyHEADmaster
Diffstat (limited to 'config.h')
-rw-r--r--config.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/config.h b/config.h
index 0fd5288..d89b584 100644
--- a/config.h
+++ b/config.h
@@ -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;