~kris/suckless

st

ae58ff0b5e5755cfb0f9d4233fc6b25d966457a3 — siduck76 5 years ago 052039e
enable  braillie boxdraw
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 = 0;
const int boxdraw_braille = 1;

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