From 9b5cc5d5635d2ba73d949a65b98be8a09c6422aa Mon Sep 17 00:00:00 2001 From: Jasper Spahl Date: Sun, 31 Oct 2021 01:56:02 +0200 Subject: [PATCH] dissabled bell --- config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.h b/config.h index b5e9bb1..7d9e2fa 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 = 50; +static int bellvolume = 0; /* default TERM value */ char *termname = "st-256color";