From 2f519e562537deb482b76c69b69321449fc76f01 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aliberk=20Sand=C4=B1k=C3=A7=C4=B1?= Date: Tue, 30 May 2023 21:52:06 +0300 Subject: [PATCH] xset: add disable bell command (#10281) --- pages/linux/xset.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pages/linux/xset.md b/pages/linux/xset.md index c98e521ba..bbd87888d 100644 --- a/pages/linux/xset.md +++ b/pages/linux/xset.md @@ -7,6 +7,10 @@ `xset s off` +- Disable the bell sound: + +`xset b off` + - Set the screensaver to start after 60 minutes of inactivity: `xset s 3600 3600`