diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2014-11-05 07:41:35 +0100 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2014-11-05 07:41:35 +0100 |
commit | 7baec91874a2eb041da41dbc906c8937dbad3306 (patch) | |
tree | e3c4f716ba27a6b3b1dbfbad76a7aa735c2ad5a0 /doc/pl | |
parent | d9a49db454d5855dc24b4d26efdce20b593c90a4 (diff) | |
download | weechat-7baec91874a2eb041da41dbc906c8937dbad3306.zip |
doc: add "beep" trigger in question about highlights (FAQ)
Diffstat (limited to 'doc/pl')
-rw-r--r-- | doc/pl/weechat_faq.pl.asciidoc | 16 |
1 files changed, 15 insertions, 1 deletions
diff --git a/doc/pl/weechat_faq.pl.asciidoc b/doc/pl/weechat_faq.pl.asciidoc index 72a95376b..19e712e18 100644 --- a/doc/pl/weechat_faq.pl.asciidoc +++ b/doc/pl/weechat_faq.pl.asciidoc @@ -669,7 +669,21 @@ Dla WeeChat ≤ 0.3.3, opcje te to 'irc.network.away_check' oraz [[highlight_notification]] === Jak mogę zostać powiadomiony, jeśli ktoś będzie chciał przyciągnąć moją uwagę na kanale? -Możesz użyć skryptu jak 'beep.pl' lub 'launcher.pl'. +// TRANSLATION MISSING +With WeeChat ≥ 1.0, there is a default trigger "beep" which sends a 'BEL' to +the terminal on a highlight or private message. Thus you can configure your +terminal (or multiplexer like screen/tmux) to run a command or play a sound +when a 'BEL' occurs. + +// TRANSLATION MISSING +Or you can add a command in "beep" trigger: + +---- +/set trigger.trigger.beep.command "/print -beep;/exec -bg /ścieżka/do/komendy argumenty" +---- + +// TRANSLATION MISSING +With an older WeeChat, you can use a script like 'beep.pl' or 'launcher.pl'. Dla 'launcher.pl', należ przeprowadzić konfigurację: |