X-Git-Url: https://jasonwoof.com/gitweb/?p=st.git;a=blobdiff_plain;f=config.def.h;h=742e84e9cc1112abc0dfbb371e73a62953aeadf4;hp=7c55ef2314177367449de51054ee02931454f833;hb=61b20f4bc1eae90fd9d5f3582252d6181ee21b4f;hpb=373a8f56286d72ae10c9d3a2a7326e2515d141d9 diff --git a/config.def.h b/config.def.h index 7c55ef2..742e84e 100644 --- a/config.def.h +++ b/config.def.h @@ -1,6 +1,10 @@ /* See LICENSE file for copyright and license details. */ -/* appearance */ +/* + * appearance + * + * font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html + */ static char font[] = "Liberation Mono:pixelsize=12:antialias=false:autohint=false"; static int borderpx = 2; static char shell[] = "/bin/sh";