From e851736e8bd6c04f1805659d4783de2314ecb263 Mon Sep 17 00:00:00 2001 From: Aurélien Aptel Date: Mon, 30 Aug 2010 03:05:05 +0200 Subject: removed (visual) bell. '\a' sets the urgency flag if st is unfocused. --- config.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'config.h') diff --git a/config.h b/config.h index 53795c6..5494b3b 100644 --- a/config.h +++ b/config.h @@ -29,8 +29,6 @@ static const char *colorname[] = { #define DefaultFG 7 #define DefaultBG 0 #define DefaultCS 1 -#define BellCol DefaultFG -#define BellTime 30000 /* microseconds */ /* special keys */ static Key key[] = { -- cgit v1.2.3