X-Git-Url: https://jasonwoof.com/gitweb/?p=dwm.git;a=blobdiff_plain;f=config.def.h;h=8fd5d4a18cde81fdadbfbb6a8d8634679810356f;hp=7fb4d8254ddd35db1bfe16c8d67b1b5d6f936ced;hb=f2544a331845ad80655c1f79c9dc61922fe3441c;hpb=fd3c19bd550e346d515c8e124c7fa55599a1aa22 diff --git a/config.def.h b/config.def.h index 7fb4d82..8fd5d4a 100644 --- a/config.def.h +++ b/config.def.h @@ -1,7 +1,7 @@ /* See LICENSE file for copyright and license details. */ /* appearance */ -static const char font[] = "Liberation Mono:pixelsize=12:antialias=false:autohint=false"; +static const char font[] = "-*-terminus-medium-r-*-*-16-*-*-*-*-*-*-*"; static const char normbordercolor[] = "#444444"; static const char normbgcolor[] = "#222222"; static const char normfgcolor[] = "#bbbbbb";