diff options
author | Trygve Aaberge <trygveaa@gmail.com> | 2020-03-24 13:23:52 +0100 |
---|---|---|
committer | Trygve Aaberge <trygveaa@gmail.com> | 2020-03-24 13:23:52 +0100 |
commit | 3314219c6a79fcd869723cba815bd147f1781298 (patch) | |
tree | a2e4a7725c2eb1e8d380f249c8015f8feb349c38 /README.md | |
parent | f215c048f93c323b1409b3a219076e9945c86230 (diff) | |
download | wee-slack-3314219c6a79fcd869723cba815bd147f1781298.tar.gz |
Add FAQs for buffer order and notifications
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 23 |
1 files changed, 23 insertions, 0 deletions
@@ -295,6 +295,29 @@ Show channel name in hotlist after activity FAQ --- +### How do I keep the buffers sorted alphabetically or with a custom order? + +Install the script +[autosort.py](https://weechat.org/scripts/source/autosort.py.html/) by running +`/script install autosort.py`. This will keep your buffer list sorted +alphabetically by default. If you want to customize it, run `/help autosort`. + +### How do I group the buffers by team in the buffer list? + +Run `/set irc.look.server_buffer independent` and install the +[autosort.py](https://weechat.org/scripts/source/autosort.py.html/) script +mentioned in the previous question. + +### How can I get system wide notifications for messages? + +Install [one of the notify +scripts](https://weechat.org/scripts/stable/tag/notify/). Note that not all +scripts work with wee-slack. For local notifications, +[lnotify.py](https://weechat.org/scripts/source/lnotify.py.html/) is known to +work for Linux, and +[notification_center.py](https://weechat.org/scripts/source/notification_center.py.html/) +for macOS. + ### How do I send messages with multiple lines? You have to install a script to be able to send multiple lines, e.g. the |