From 6c0067a95921666d26da14e77c0ede81309a984b Mon Sep 17 00:00:00 2001 From: dequis Date: Sun, 30 Oct 2016 01:06:45 -0300 Subject: startup: mention how to enable beeps --- documentation/startup/index.markdown | 5 +++++ documentation/tips/index.markdown | 5 +---- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/documentation/startup/index.markdown b/documentation/startup/index.markdown index 4b5dddb..ffbf844 100644 --- a/documentation/startup/index.markdown +++ b/documentation/startup/index.markdown @@ -84,6 +84,11 @@ Or, for irssi 0.8.18 or higher: /SET hilight_nick_matches_everywhere ON +To get beeps on private messages or highlights: + + /SET beep_msg_level MSGS HILIGHT DCCMSGS + +No other irssi settings are needed (don't enable bell_beeps), but there may be settings to change in your terminal multiplexer (screen/tmux), your terminal, or your desktop environment. ## 2\. Basic user interface usage diff --git a/documentation/tips/index.markdown b/documentation/tips/index.markdown index 5b3cb50..6923678 100644 --- a/documentation/tips/index.markdown +++ b/documentation/tips/index.markdown @@ -24,10 +24,7 @@ to get notified off activities, while im working, i use the following setup: #### irssi - /set beep_when_window_active ON - /set beep_when_away ON - /set beep_msg_level MSGS NOTICES DCC DCCMSGS HILIGHT - /set bell_beeps ON + /set beep_msg_level MSGS HILIGHT DCCMSGS #### screen -- cgit v1.2.3