gmb

gmb / halloy_config.toml

Last active 4 weeks ago

Like 1

My current Halloy configuration.

halloy_config.toml Raw
1# Halloy config
2# See: https://halloy.chat/configuration.html
3
4check_for_update_on_launch = true
5
6# Download themes: https://themes.halloy.chat
7theme = "one_dark"
8
9[font]
10family = "Menlo"
11size = 16
12
13[buffer.channel.nicklist]
14width = 160
15
16[buffer.text_input]
17auto_format = "markdown"
18
19[buffer.typing]
20share = true
21
22[buffer.emojis]
23skin_tone = "light"
24
25[buffer.nickname]
26away = "none"
27
28[filehost]
29file_drop = true
30
31[notifications.direct_message]
32sound = "bloop"
33show_toast = true
34show_content = true
35request_attention = true
36
37[notifications.highlight]
38sound = "zone"
39show_toast = true
40show_content = true
41
42[actions.buffer]
43click_channel_name = "replace-pane"
44click_highlight = "replace-pane"
45click_username = "replace-pane"
46local = "replace-pane"
47message_channel = "replace-pane"
48message_user = "replace-pane"
49
50[actions.sidebar]
51buffer = "replace-pane"
52channel = "replace-pane"
53query = "replace-pane"