X-Git-Url: https://jasonwoof.com/gitweb/?p=st.git;a=blobdiff_plain;f=config.h;h=c9740879c09f9f496c3dc81129bfd13846c7fd92;hp=87ec5969be7cfa3982f1bb8700731a8470ef1dd8;hb=e9d1c2da7040a5aadb1385f31cd22c06864f03b0;hpb=2904556791755a3f15ee982f967426f2d4f548c4 diff --git a/config.h b/config.h index 87ec596..c974087 100644 --- a/config.h +++ b/config.h @@ -5,7 +5,9 @@ * * font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html */ -static char font[] = "Fantasque Sans Mono:pixelsize=16:antialias=true:autohint=false"; + +static char font[] = "Hack:pixelsize=14:antialias=true:autohint=false"; +// good except smart close quotes: static char font[] = "Fantasque Sans Mono:pixelsize=16:antialias=true:autohint=false"; //static int borderpx = 25; // setting for run dialog static int borderpx = 1; // normal setting static int histsize = 2000; @@ -24,7 +26,7 @@ static float chscale = 1.0; * * More advanced example: " `'\"()[]{}" */ -static char worddelimiters[] = " "; +static char worddelimiters[] = " →›"; /* selection timeouts (in milliseconds) */ static unsigned int doubleclicktimeout = 300;