all repos — st @ 5caa46cf575a48e6421aaf8757e066f6d32263d9

st (suckless terminal) config

Turning on antialias by default really makes it more unreadable. Maybe if once

the majority has bigger screens, this can be turned on by default again.
Thanks pancake, for the hint.
Christoph Lohmann 20h@r-36.net
commit

5caa46cf575a48e6421aaf8757e066f6d32263d9

parent

0b489c4a6a3da54fd6ce99e19520262a0e6a3cd1

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M config.def.hconfig.def.h

@@ -1,5 +1,5 @@

-#define FONT "Liberation Mono:pixelsize=12:antialias=true:autohint=false" +#define FONT "Liberation Mono:pixelsize=12:antialias=false:autohint=false" /* Space in pixels around the terminal buffer */ #define BORDER 2