diff options
Diffstat (limited to 'doc/pl/weechat_faq.pl.asciidoc')
-rw-r--r-- | doc/pl/weechat_faq.pl.asciidoc | 34 |
1 files changed, 33 insertions, 1 deletions
diff --git a/doc/pl/weechat_faq.pl.asciidoc b/doc/pl/weechat_faq.pl.asciidoc index 402aaa3ea..19e712e18 100644 --- a/doc/pl/weechat_faq.pl.asciidoc +++ b/doc/pl/weechat_faq.pl.asciidoc @@ -51,6 +51,24 @@ zależności. Ten pakiet jest budowany prawie codziennie z użyciem repozytorium git. Ten pakiet może odpowiadać dokładnie wersji z gita i jest mniej wygodny przy aktualizowaniu jak klonowanie z gita. +// TRANSLATION MISSING +[[compile_osx]] +=== How can I install WeeChat on OS X? + +// TRANSLATION MISSING +It is recommended to use http://brew.sh/[Homebrew], you can get help with: + +---- +brew info weechat +---- + +// TRANSLATION MISSING +You can install WeeChat with this command: + +---- +brew install weechat --with-python --with-perl +---- + [[lost]] === Uruchomiłem WeeChat, ale czuję się zagubiony, co robić? @@ -651,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ę: |