From c91c2aaf1d1dd08fcb77e5df4efab71d6a5c26be Mon Sep 17 00:00:00 2001 From: Jonathan Hodgson Date: Mon, 28 Sep 2020 11:43:00 +0100 Subject: [PATCH] Font change, opacity and word delimiter change --- config.def.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config.def.h b/config.def.h index 31a882c..98f2355 100644 --- a/config.def.h +++ b/config.def.h @@ -5,7 +5,7 @@ * * font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html */ -static char *font = "Iosevka-10:antialias=true:autohint=true"; +static char *font = "Iosevka Nerd Font-10:antialias=true:autohint=true"; static int borderpx = 0; /* @@ -32,7 +32,7 @@ static float chscale = 1.0; * * More advanced example: L" `'\"()[]{}" */ -wchar_t *worddelimiters = L" "; +wchar_t *worddelimiters = L" "; /* selection timeouts (in milliseconds) */ static unsigned int doubleclicktimeout = 300; @@ -83,7 +83,7 @@ char *termname = "xterm-256color"; unsigned int tabspaces = 8; /* bg opacity */ -float alpha = 0.8; +float alpha = 0.7; /* Terminal colors (16 first used in escape sequence) */ static const char *colorname[] = {