From 12f6cfc1f7302347a3e7fb9fb69e0cea7b46800a Mon Sep 17 00:00:00 2001 From: Nikita Langer Date: Sun, 12 Jul 2026 15:06:11 +0200 Subject: xrdb --- config.def.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config.def.h') diff --git a/config.def.h b/config.def.h index 1110b16..a6b3c44 100644 --- a/config.def.h +++ b/config.def.h @@ -93,7 +93,7 @@ const int boxdraw = 1; const int boxdraw_bold = 0; /* 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 -- cgit