From b8581d9ce69b5b3d9891a32d6a886b8804a55d0c Mon Sep 17 00:00:00 2001 From: Jasper Spahl Date: Mon, 19 Apr 2021 19:54:05 +0200 Subject: [PATCH] enabled bell --- config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.h b/config.h index 7d9e2fa..b5e9bb1 100644 --- a/config.h +++ b/config.h @@ -68,7 +68,7 @@ static unsigned int cursorthickness = 2; * bell volume. It must be a value between -100 and 100. Use 0 for disabling * it */ -static int bellvolume = 0; +static int bellvolume = 50; /* default TERM value */ char *termname = "st-256color";