aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorTrygve Aaberge <trygveaa@gmail.com>2020-03-24 13:23:52 +0100
committerTrygve Aaberge <trygveaa@gmail.com>2020-03-24 13:23:52 +0100
commit3314219c6a79fcd869723cba815bd147f1781298 (patch)
treea2e4a7725c2eb1e8d380f249c8015f8feb349c38 /README.md
parentf215c048f93c323b1409b3a219076e9945c86230 (diff)
downloadwee-slack-3314219c6a79fcd869723cba815bd147f1781298.tar.gz
Add FAQs for buffer order and notifications
Diffstat (limited to 'README.md')
-rw-r--r--README.md23
1 files changed, 23 insertions, 0 deletions
diff --git a/README.md b/README.md
index feec373..8b81212 100644
--- a/README.md
+++ b/README.md
@@ -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