Last active 8 hours ago

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[notifications.direct_message]
29sound = "bloop"
30show_toast = true
31show_content = true
32request_attention = true
33
34[notifications.highlight]
35sound = "zone"
36show_toast = true
37show_content = true
38
39[actions.buffer]
40click_channel_name = "replace-pane"
41click_highlight = "replace-pane"
42click_username = "replace-pane"
43local = "replace-pane"
44message_channel = "replace-pane"
45message_user = "replace-pane"
46
47[actions.sidebar]
48buffer = "replace-pane"
49channel = "replace-pane"
50query = "replace-pane"
51