diff --git a/dwm-6.2/config.def.h b/dwm-6.2/config.def.h index 3301dfd..9a52851 100644 --- a/dwm-6.2/config.def.h +++ b/dwm-6.2/config.def.h @@ -15,8 +15,10 @@ static const int vertpad = 8; /* vertical padding of bar */ static const int sidepad = 8; /* horizontal padding of bar */ static const int horizpadbar = 2; /* horizontal padding for statusbar */ static const int vertpadbar = 6; /* vertical padding for statusbar */ -static const char *fonts[] = { "MesloLGS NF:size=11" }; -static const char dmenufont[] = "MesloLGS NF:size=11"; +static const char *fonts[] = { "Hack Nerd Font Mono:size=11" }; +//static const char *fonts[] = { "MesloLGS NF:size=11" }; +static const char dmenufont[] = "Hack Nerd Font Mono:size=11"; +//static const char dmenufont[] = "MesloLGS NF:size=11"; static const char dmenupromt[] = "Run:"; /* colors */ diff --git a/st-0.8.4/config.def.h b/st-0.8.4/config.def.h index a0bd5bc..7cb4d94 100644 --- a/st-0.8.4/config.def.h +++ b/st-0.8.4/config.def.h @@ -6,8 +6,8 @@ * font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html */ static char *font = "Hack Nerd Font Mono:pixelsize=16:antialias=true:autohint=true"; -/*static char *font = "MesloLGS NF:pixelsize=15:antialias=true:autohint=true";*/ -static int borderpx = 2; +//static char *font = "LigaMesloLGSNF:pixelsize=15:antialias=true:autohint=true"; +static int borderpx = 30; /* * What program is execed by st depends of these precedence rules: @@ -92,7 +92,7 @@ char *termname = "st-256color"; * * stty tabs */ -unsigned int tabspaces = 8; +unsigned int tabspaces = 4; /* bg opacity */ float alpha = 0.80;