diff options
| author | Mitch Riedstra <mitch@riedstra.us> | 2018-08-08 22:46:59 -0400 |
|---|---|---|
| committer | Mitch Riedstra <mitch@riedstra.us> | 2018-08-08 22:46:59 -0400 |
| commit | 0aa73091739af1a7a753371475f01b30c971b882 (patch) | |
| tree | a6e7eef5d83184ad3496800e2ab1c6c8c960a82b | |
| parent | 70f1040dc7afc9c8d11029e198a84935487b5033 (diff) | |
| download | st-mitch.tar.gz st-mitch.tar.xz | |
Added artwiz edges as the default fontmitch
| -rw-r--r-- | config.def.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/config.def.h b/config.def.h index dde8469..d03c14f 100644 --- a/config.def.h +++ b/config.def.h @@ -7,7 +7,8 @@ */ // static char *font = "Liberation Mono:pixelsize=12:antialias=true:autohint=true"; // static char *font = "Profont:pixelsize=15:antialias=false:autohint=false"; -static char *font = "ProggyTinyTTSZ:pixelsize=16:antialias=false:autohint=false"; +// static char *font = "ProggyTinyTTSZ:pixelsize=16:antialias=false:autohint=false"; +static char *font = "Artwiz Edges:pixelsize=10:antialias=false:autohint=false"; static int borderpx = 1; /* |
