summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordequis <dx@dxzone.com.ar>2016-10-30 01:06:45 -0300
committerdequis <dx@dxzone.com.ar>2016-10-30 01:06:45 -0300
commit6c0067a95921666d26da14e77c0ede81309a984b (patch)
tree71a80f18eb1cc1fe16ebdb45785a72fd975a5573
parent2ee71dd379cbe5bdb2170484e1a00620c9933c6c (diff)
downloadirssi.github.io-6c0067a95921666d26da14e77c0ede81309a984b.zip
startup: mention how to enable beeps
-rw-r--r--documentation/startup/index.markdown5
-rw-r--r--documentation/tips/index.markdown5
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