From 9a88e59b958c77b13a049ff6ffc5dd39c6104368 Mon Sep 17 00:00:00 2001 From: Tyler Hoang Date: Fri, 11 Feb 2022 14:07:19 -0800 Subject: change transparency --- config.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'config.h') 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; -- cgit v1.2.3-13-gbd6f