~kris/suckless

st

8b873dbb69c1ef165ef4c21618d87a3be0d8e1c2 — siduck76 5 years ago 00cad23
disable boxdraw for brailie
1 files changed, 1 insertions(+), 1 deletions(-)

M config.h
M config.h => config.h +1 -1
@@ 85,7 85,7 @@ const int boxdraw = 1;
const int boxdraw_bold = 1;

/* braille (U28XX):  1: render as adjacent "pixels",  0: use font */
const int boxdraw_braille = 1;
const int boxdraw_braille = 0;

/*
 * bell volume. It must be a value between -100 and 100. Use 0 for disabling