diff options
-rw-r--r-- | documentation/startup/index.markdown | 5 | ||||
-rw-r--r-- | 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 |