summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSuraj Kushwah <suraj@bugswriter.com>2021-10-21 20:56:48 +0530
committerSuraj Kushwah <suraj@bugswriter.com>2021-10-21 20:56:48 +0530
commitdc2d922aff780458e8210a17827794e5b3964048 (patch)
tree15d5b29b624b4dafb9b347abb13a49b0cc5ced9b
parent927c519932c5aac50825d9b70f95f9902ee9b395 (diff)
Adding some changes
-rw-r--r--config.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/config.h b/config.h
index d6eeade..acb6b2b 100644
--- a/config.h
+++ b/config.h
@@ -5,9 +5,9 @@
*
* font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html
*/
-static char *font = "mono:pixelsize=12:antialias=true:autohint=true";
-static char *font2[] = { "JoyPixels:pixelsize=10:antialias=true:autohint=true" };
-static int borderpx = 2;
+static char *font = "JetBrains Mono:pixelsize=16:antialias=true:autohint=true";
+static char *font2[] = { "JoyPixels:pixelsize=16:antialias=true:autohint=true" };
+static int borderpx = 15;
/*
* What program is execed by st depends of these precedence rules:
@@ -107,7 +107,7 @@ char *termname = "st-256color";
unsigned int tabspaces = 8;
/* bg opacity */
-float alpha = 0.8;
+float alpha = 0.9;
float alphaOffset = 0.0;
float alphaUnfocus;