diff --git a/st-0.9.2/README b/st-0.9.2/README index 6a846ed..6643f25 100644 --- a/st-0.9.2/README +++ b/st-0.9.2/README @@ -7,6 +7,11 @@ Requirements ------------ In order to build st you need the Xlib header files. +```debian +sudo apt update +sudo apt install libx11-dev libxft-dev libxinerama-dev +``` + Installation ------------ diff --git a/st-0.9.2/config.h b/st-0.9.2/config.h index be75ee0..f02b9c9 100644 --- a/st-0.9.2/config.h +++ b/st-0.9.2/config.h @@ -5,7 +5,7 @@ * * font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html */ -static char *font = "Comic Code:pixelsize=12:antialias=true:autohint=true"; +static char *font = "Comic Code:pixelsize=16:antialias=true:autohint=true"; static int borderpx = 2; /*